MapFieldCopier<TKey, TValue>
class
Namespace: Orleans.Serialization
Copier for
Google.Protobuf.Collections.MapField. public sealed class MapFieldCopier<TKey, TValue> : IBaseCopier, IBaseCopier<MapField<TKey, TValue>>, IDeepCopier, IDeepCopier<MapField<TKey, TValue>>Constructors
MapFieldCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.MapFieldCopierclass.
Methods
DeepCopy(MapField<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.DeepCopy(MapField<TKey, TValue>, MapField<TKey, TValue>, CopyContext)Clones members frominputand copies them tooutput.
