Partager via


SortedSetCopier<T>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(SortedSet<T>, CopyContext)

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

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

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

DeepCopy(SortedSet<T>, CopyContext)

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

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

Paramètres

input
SortedSet<T>

Entrée.

context
CopyContext

Contexte.

Retours

Copie de input.

Implémente

S’applique à

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

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

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

Paramètres

input
SortedSet<T>

Entrée.

output
SortedSet<T>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à