Compartilhar via


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy Método

Definição

Sobrecargas

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e copia-os para output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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>

A entrada.

context
CopyContext

O contexto.

Retornos

ConcurrentDictionary<TKey,TValue>

Uma cópia do input.

Implementações

Aplica-se a

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

Clona membros de input e copia-os para 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>

A entrada.

output
ConcurrentDictionary<TKey,TValue>

A saída.

context
CopyContext

O contexto.

Implementações

Aplica-se a