MapFieldCopier<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for Google.Protobuf.Collections.MapField`2.
[Orleans.RegisterCopier]
public sealed class MapFieldCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>
[<Orleans.RegisterCopier>]
type MapFieldCopier<'Key, 'Value> = class
interface IDeepCopier<MapField<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<MapField<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class MapFieldCopier(Of TKey, TValue)
Implements IBaseCopier(Of MapField(Of TKey, TValue)), IDeepCopier(Of MapField(Of TKey, TValue))
Type Parameters
- TKey
The type of the t key.
- TValue
The type of the t value.
- Inheritance
-
MapFieldCopier<TKey,TValue>
- Attributes
- Implements
-
IBaseCopier IBaseCopier<Google.Protobuf.Collections.MapField<TKey,TValue>> IDeepCopier IDeepCopier<Google.Protobuf.Collections.MapField<TKey,TValue>>
Constructors
MapFieldCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initializes a new instance of the MapFieldCopier<TKey,TValue> class. |
Methods
DeepCopy(MapField<TKey,TValue>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(MapField<TKey,TValue>, MapField<TKey,TValue>, CopyContext) |
Clones members from |