Freigeben über


ImmutableArrayCopier<T>.DeepCopy Methode

Definition

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Parameter

input
ImmutableArray<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Eine Kopie von input.

Implementiert

Gilt für: