Compartir a través de


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy Método

Definición

Sobrecargas

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Clona los miembros de input y los copia en output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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)

Parámetros

input
ConcurrentDictionary<TKey,TValue>

La entrada.

context
CopyContext

Contexto.

Devoluciones

ConcurrentDictionary<TKey,TValue>

Copia de la clase input.

Implementaciones

Se aplica a

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

Clona los miembros de input y los copia en 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)

Parámetros

input
ConcurrentDictionary<TKey,TValue>

La entrada.

output
ConcurrentDictionary<TKey,TValue>

Salida.

context
CopyContext

Contexto.

Implementaciones

Se aplica a