Düzenle

Aracılığıyla paylaş


ByteArrayCopier.DeepCopy(Byte[], CopyContext) Method

Definition

Creates a deep copy of the provided input.

public static byte[] DeepCopy (byte[] input, Orleans.Serialization.Cloning.CopyContext context);
static member DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
Public Shared Function DeepCopy (input As Byte(), context As CopyContext) As Byte()

Parameters

input
Byte[]

The input.

context
CopyContext

The context.

Returns

Byte[]

A copy of input.

Implements

Applies to