Edit

Share via


KeyValuePairCopier<TKey,TValue> Class

Definition

[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)

Applies to