DictionaryCopier<TKey,TValue>.DeepCopy Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 |
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.