Partager via


StackCopier<T>.DeepCopy Méthode

Définition

Surcharges

DeepCopy(Stack<T>, CopyContext)

Crée une copie détaillée de l’entrée fournie.

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

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

DeepCopy(Stack<T>, CopyContext)

Crée une copie détaillée de l’entrée fournie.

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)

Paramètres

input
Stack<T>

Entrée.

context
CopyContext

Contexte.

Retours

Stack<T>

Copie de input.

Implémente

S’applique à

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

Clone les membres à partir de input et les copie dans 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)

Paramètres

input
Stack<T>

Entrée.

output
Stack<T>

Sortie.

context
CopyContext

Contexte.

Implémente

S’applique à