DeepCopy(BitArray?, CopyContext)
static
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.