Compartilhar via


KeyValuePairCopier<TKey,TValue>.DeepCopy Método

Definição

Cria uma cópia profunda da entrada fornecida.

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>

A entrada.

context
CopyContext

O contexto.

Retornos

KeyValuePair<TKey,TValue>

Uma cópia do input.

Implementações

Aplica-se a