ArraySegmentOfByteCopier.DeepCopy Method

Definition

Copies the input.

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)

Parameters

input
ArraySegment<Byte>

The input.

copyContext
CopyContext

The copy context.

Returns

A copy of the input.

Implements

Applies to