Freigeben über


MemoryOfByteCopier.IDeepCopier<Memory<Byte>>.DeepCopy Methode

Definition

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

Memory<byte> IDeepCopier<Memory<byte>>.DeepCopy (Memory<byte> input, Orleans.Serialization.Cloning.CopyContext _);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.Memory<System.Byte>>.DeepCopy : Memory<byte> * Orleans.Serialization.Cloning.CopyContext -> Memory<byte>
override this.Orleans.Serialization.Cloning.IDeepCopier<System.Memory<System.Byte>>.DeepCopy : Memory<byte> * Orleans.Serialization.Cloning.CopyContext -> Memory<byte>
Function DeepCopy (input As Memory(Of Byte), _ As CopyContext) As Memory(Of Byte) Implements IDeepCopier(Of Memory(Of Byte)).DeepCopy

Parameter

input
Memory<Byte>

Die Eingabe.

Gibt zurück

Eine Kopie von input.

Implementiert

Gilt für: