Redigera

Dela via


ReadOnlyMemoryOfByteCopier.DeepCopy Method

Definition

Copies the input.

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

Parameters

input
ReadOnlyMemory<Byte>

The input.

copyContext
CopyContext

The copy context.

Returns

A copy of the input.

Implements

Applies to