System.Collections.BitArray: Constructor Members

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

Public Constructors

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of Booleans.

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of bytes.

Initializes a new instance of the BitArray class that contains bit values copied from the specified BitArray.

Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to false.

Initializes a new instance of the BitArray class that contains bit values copied from the specified array of 32-bit integers.

Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to the specified value.