Compartir a través de


SortedListCopier<TKey,TValue>.DeepCopy Método

Definición

Sobrecargas

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Clona los miembros de input y los copia en output.

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Parámetros

input
SortedList<TKey,TValue>

La entrada.

context
CopyContext

Contexto.

Devoluciones

SortedList<TKey,TValue>

Copia de la clase input.

Implementaciones

Se aplica a

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

Clona los miembros de input y los copia en output.

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

Parámetros

input
SortedList<TKey,TValue>

La entrada.

output
SortedList<TKey,TValue>

Salida.

context
CopyContext

Contexto.

Implementaciones

Se aplica a