Condividi tramite


SortedDictionaryCopier<TKey,TValue>.DeepCopy Metodo

Definizione

Overload

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Crea una copia approfondita dell'input specificato.

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

Clona i membri da input e li copia in output.

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Crea una copia approfondita dell'input specificato.

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)

Parametri

input
SortedDictionary<TKey,TValue>

Input.

context
CopyContext

Contesto.

Restituisce

SortedDictionary<TKey,TValue>

Copia di input.

Implementazioni

Si applica a

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

Clona i membri da input e li copia in 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)

Parametri

input
SortedDictionary<TKey,TValue>

Input.

output
SortedDictionary<TKey,TValue>

Output.

context
CopyContext

Contesto.

Implementazioni

Si applica a