Compartir a través de


SortedDictionaryCopier<TKey,TValue>.DeepCopy Método

Definición

Sobrecargas

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Clona los miembros de input y los copia en output.

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Parámetros

input
SortedDictionary<TKey,TValue>

La entrada.

context
CopyContext

Contexto.

Devoluciones

SortedDictionary<TKey,TValue>

Copia de la clase input.

Implementaciones

Se aplica a

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

Clona los miembros de input y los copia en output.

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

Parámetros

input
SortedDictionary<TKey,TValue>

La entrada.

output
SortedDictionary<TKey,TValue>

Salida.

context
CopyContext

Contexto.

Implementaciones

Se aplica a