Freigeben über


ArraySegmentOfByteCopier.DeepCopy Methode

Definition

Kopiert die Eingabe.

public static ArraySegment<byte> DeepCopy(ArraySegment<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
Public Shared Function DeepCopy (input As ArraySegment(Of Byte), copyContext As CopyContext) As ArraySegment(Of Byte)

Parameter

input
ArraySegment<Byte>

Die Eingabe.

copyContext
CopyContext

Der Kopierkontext.

Gibt zurück

Eine Kopie der Eingabe.

Implementiert

Gilt für: