Compartir a través de


KeyValuePairCopier<TKey,TValue> Clase

Definición

Copiador para 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

Parámetros de tipo

TKey

El tipo de clave.

TValue

Tipo de valor.

Herencia
KeyValuePairCopier<TKey,TValue>
Atributos
Implementaciones

Constructores

KeyValuePairCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Inicializa una nueva instancia de la clase KeyValuePairCopier<TKey,TValue>.

Métodos

DeepCopy(KeyValuePair<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para KeyValuePair<TKey,TValue>.

Implementaciones de interfaz explícitas

IDeepCopier.DeepCopy(Object, CopyContext)

Copiador para KeyValuePair<TKey,TValue>.

Se aplica a