Partager via


DictionaryCopier<TKey,TValue>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

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

DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)

Clone les membres à partir de input et les copie dans output.

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

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

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

Paramètres

input
Dictionary<TKey,TValue>

Entrée.

context
CopyContext

Contexte.

Retours

Dictionary<TKey,TValue>

Copie de input.

Implémente

S’applique à

DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)

Clone les membres à partir de input et les copie dans output.

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

Paramètres

input
Dictionary<TKey,TValue>

Entrée.

output
Dictionary<TKey,TValue>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à