MapFieldCopier<TKey,TValue> Class
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))
- TKey
The type of the t key.
- TValue
The type of the t value.
- Inheritance
-
MapFieldCopier<TKey,TValue>
- Attributes
- Implements
-
IBaseCopier IBaseCopier<Google.
Protobuf. <TKey,TValue>> IDeepCopier IDeepCopier<Google.Collections. Map Field Protobuf. <TKey,TValue>>Collections. Map Field
Map |
Initializes a new instance of the MapFieldCopier<TKey,TValue> class. |
Deep |
Creates a deep copy of the provided input. |
Deep |
Clones members from |
Product | Versions |
---|---|
.NET Orleans | 9.0.0 |