Partager via


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

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

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

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

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

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

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

Paramètres

input
ConcurrentDictionary<TKey,TValue>

Entrée.

context
CopyContext

Contexte.

Retours

ConcurrentDictionary<TKey,TValue>

Copie de input.

Implémente

S’applique à

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

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

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

Paramètres

input
ConcurrentDictionary<TKey,TValue>

Entrée.

output
ConcurrentDictionary<TKey,TValue>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à