Compartir a través de


ArraySegmentOfByteCopier.DeepCopy Método

Definición

Copia la entrada.

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)

Parámetros

input
ArraySegment<Byte>

La entrada.

copyContext
CopyContext

Contexto de copia.

Devoluciones

Una copia de la entrada.

Implementaciones

Se aplica a