MemoryOfByteCopier.DeepCopy(Memory<Byte>, CopyContext) Method

Definition

Copies the input.

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

Parameters

input
Memory<Byte>

The input.

copyContext
CopyContext

The copy context.

Returns

A copy of the input.

Implements

Applies to