Compartir a través de


KeyValuePairCopier<TKey,TValue>.DeepCopy Método

Definición

Crea una copia en profundidad de la entrada proporcionada.

public System.Collections.Generic.KeyValuePair<TKey,TValue> DeepCopy (System.Collections.Generic.KeyValuePair<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.KeyValuePair<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.KeyValuePair<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public Function DeepCopy (input As KeyValuePair(Of TKey, TValue), context As CopyContext) As KeyValuePair(Of TKey, TValue)

Parámetros

input
KeyValuePair<TKey,TValue>

La entrada.

context
CopyContext

Contexto.

Devoluciones

KeyValuePair<TKey,TValue>

Copia de la clase input.

Implementaciones

Se aplica a