Freigeben über


SortedSetCopier<T>.DeepCopy Methode

Definition

Überlädt

DeepCopy(SortedSet<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Klont Member aus input und kopiert sie in output.

DeepCopy(SortedSet<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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)

Parameter

input
SortedSet<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Eine Kopie von input.

Implementiert

Gilt für:

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

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

Parameter

input
SortedSet<T>

Die Eingabe.

output
SortedSet<T>

Die Ausgabe.

context
CopyContext

Der Kontext.

Implementiert

Gilt für: