Partager via


SortedListCopier<TKey,TValue>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crée une copie approfondie de l’entrée fournie.

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

Clone les membres à partir de input et les copie dans output.

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crée une copie approfondie de l’entrée fournie.

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)

Paramètres

input
SortedList<TKey,TValue>

Entrée.

context
CopyContext

Contexte.

Retours

SortedList<TKey,TValue>

Copie de input.

Implémente

S’applique à

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

Clone les membres à partir de input et les copie dans 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)

Paramètres

input
SortedList<TKey,TValue>

Entrée.

output
SortedList<TKey,TValue>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à