Partager via


KeyValuePairCopier<TKey,TValue>.DeepCopy Méthode

Définition

Crée une copie détaillée de l’entrée fournie.

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)

Paramètres

input
KeyValuePair<TKey,TValue>

Entrée.

context
CopyContext

Contexte.

Retours

KeyValuePair<TKey,TValue>

Copie de input.

Implémente

S’applique à