Freigeben über


ByteArrayCopier.IDeepCopier<Byte[]>.DeepCopy Methode

Definition

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Parameter

input
Byte[]

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Byte[]

Eine Kopie von input.

Implementiert

Gilt für: