Freigeben über


ImmutableStackCopier<T>.DeepCopy Methode

Definition

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

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

Parameter

input
ImmutableStack<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Eine Kopie von input.

Implementiert

Gilt für: