Partager via


HashSetCopier<T>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(HashSet<T>, CopyContext)

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

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

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

DeepCopy(HashSet<T>, CopyContext)

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

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

Paramètres

input
HashSet<T>

Entrée.

context
CopyContext

Contexte.

Retours

HashSet<T>

Copie de input.

Implémente

S’applique à

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

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

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

Paramètres

input
HashSet<T>

Entrée.

output
HashSet<T>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à