StackCopier<T>.DeepCopy Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeepCopy(Stack<T>, CopyContext) |
Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe. |
DeepCopy(Stack<T>, Stack<T>, CopyContext) |
Klont Member aus |
DeepCopy(Stack<T>, CopyContext)
Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.
public System.Collections.Generic.Stack<T> DeepCopy (System.Collections.Generic.Stack<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.Stack<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.Stack<'T>
override this.DeepCopy : System.Collections.Generic.Stack<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.Stack<'T>
Public Function DeepCopy (input As Stack(Of T), context As CopyContext) As Stack(Of T)
Parameter
- input
- Stack<T>
Die Eingabe.
- context
- CopyContext
Der Kontext.
Gibt zurück
Stack<T>
Eine Kopie von input
.
Implementiert
Gilt für:
DeepCopy(Stack<T>, Stack<T>, CopyContext)
Klont Member aus input
, und kopiert sie in output
.
public void DeepCopy (System.Collections.Generic.Stack<T> input, System.Collections.Generic.Stack<T> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.Stack<'T> * System.Collections.Generic.Stack<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.Stack<'T> * System.Collections.Generic.Stack<'T> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As Stack(Of T), output As Stack(Of T), context As CopyContext)
Parameter
- input
- Stack<T>
Die Eingabe.
- output
- Stack<T>
Die Ausgabe.
- context
- CopyContext
Der Kontext.