Freigeben über


HashSetCopier<T>.DeepCopy Methode

Definition

Überlädt

DeepCopy(HashSet<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Klont Member aus input und kopiert sie in output.

DeepCopy(HashSet<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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)

Parameter

input
HashSet<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

HashSet<T>

Eine Kopie von input.

Implementiert

Gilt für:

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

Klont Member aus input und kopiert sie in 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)

Parameter

input
HashSet<T>

Die Eingabe.

output
HashSet<T>

Die Ausgabe.

context
CopyContext

Der Kontext.

Implementiert

Gilt für: