Edit

Share via


ByteArrayCopier.IDeepCopier<Byte[]>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

byte[] IDeepCopier<byte[]>.DeepCopy (byte[] input, Orleans.Serialization.Cloning.CopyContext context);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.Byte[]>.DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
override this.Orleans.Serialization.Cloning.IDeepCopier<System.Byte[]>.DeepCopy : byte[] * Orleans.Serialization.Cloning.CopyContext -> byte[]
Function DeepCopy (input As Byte(), context As CopyContext) As Byte() Implements IDeepCopier(Of Byte()).DeepCopy

Parameters

input
Byte[]

The input.

context
CopyContext

The context.

Returns

Byte[]

A copy of input.

Implements

Applies to