Skip to content

BitArrayCopier Methods

Copier for System.Byte arrays.

DeepCopy(BitArray?, CopyContext)

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

Parameters

inputBitArray?
The input.
contextCopyContext
The context.

Returns

A copy of input.