KeyValuePairCopier<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 KeyValuePair<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class KeyValuePairCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.KeyValuePair<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type KeyValuePairCopier<'Key, 'Value> = class
interface IDeepCopier<KeyValuePair<'Key, 'Value>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class KeyValuePairCopier(Of TKey, TValue)
Implements IDeepCopier(Of KeyValuePair(Of TKey, TValue)), IOptionalDeepCopier
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
KeyValuePairCopier<TKey,TValue>
- Attributes
- Implements
Constructors
KeyValuePairCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initializes a new instance of the KeyValuePairCopier<TKey,TValue> class. |
Methods
DeepCopy(KeyValuePair<TKey,TValue>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |
Explicit Interface Implementations
IDeepCopier.DeepCopy(Object, CopyContext) |