The constructors of System.Collections.BitArray are listed below. For a list of all members, see the BitArray Members list.
See Also: Inherited members from System.Object
Constructs and initializes a new instance of the BitArray class where the inital values are set by the bool array. Constructs and initializes a new instance of the BitArray class where the inital values are set by the byte array. Constructs and initializes a new instance of the BitArray class from an existing BitArray. Constructs and initializes a new instance of the BitArray class with the specified Count and where the inital values are all set to false. Constructs and initializes a instance of the BitArray class from an array of ints. The first value in the int array sets the leaset significant bits of the bit array. Constructs and initializes a new instance of the BitArray class with the specified Count and all values initialized to either true or false.