Copies the values of the bits in the specified BitArray into a new BitArray.
[Visual Basic] Overloads Public Sub New( _ ByVal bits As BitArray _ ) [C#] public BitArray( BitArray bits ); [C++] public: BitArray( BitArray* bits ); [JScript] public function BitArray( bits : BitArray );
Exception Type | Condition |
---|---|
ArgumentException | bits is a null reference object. |
BitArray Class | BitArray Members | System.Collections Namespace | BitArray Constructor Overload List