Freigeben über


MemoryCopier<T>.DeepCopy(Memory<T>, CopyContext) Methode

Definition

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

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

Parameter

input
Memory<T>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Memory<T>

Eine Kopie von input.

Implementiert

Gilt für: