Skip to content

Copier_BitArrayState Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

DeepCopy(BitArrayState, CopyContext)

public BitArrayState DeepCopy(BitArrayState original, CopyContext context)
Creates a deep copy of the provided input.

Parameters

originalBitArrayState
The input.
contextCopyContext
The context.

Returns

A copy of input.

DeepCopy(BitArrayState, BitArrayState, CopyContext)

public void DeepCopy(BitArrayState input, BitArrayState output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputBitArrayState
The input.
outputBitArrayState
The output.
contextCopyContext
The context.