Compartilhar via


DictionaryCopier<TKey,TValue>.DeepCopy Método

Definição

Sobrecargas

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e copia-os para output.

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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)

Parâmetros

input
Dictionary<TKey,TValue>

A entrada.

context
CopyContext

O contexto.

Retornos

Dictionary<TKey,TValue>

Uma cópia do input.

Implementações

Aplica-se a

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

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

Parâmetros

input
Dictionary<TKey,TValue>

A entrada.

output
Dictionary<TKey,TValue>

A saída.

context
CopyContext

O contexto.

Implementações

Aplica-se a