Skip to content

ByteArrayCopier Methods

Copier for System.Byte arrays.

DeepCopy(byte[]?, CopyContext)

static
View source
public static byte[]? DeepCopy(byte[]? input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputbyte[]?
The input.
contextCopyContext
The context.

Returns

A copy of input.