BitArray Constructor
Initializes a new instance of the BitArray class whose capacity and initial values can be specified.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | BitArray(BitArray^) | |
![]() | BitArray(array<Boolean>^) | Initializes a new instance of the BitArray class that contains bit values copied from the specified array of Booleans. |
![]() | BitArray(array<Byte>^) | Initializes a new instance of the BitArray class that contains bit values copied from the specified array of bytes. |
![]() | BitArray(Int32) | Initializes a new instance of the BitArray class that can hold the specified number of bit values, which are initially set to false. |
![]() | BitArray(Int32, Boolean) | 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. |
![]() | BitArray(array<Int32>^) | Initializes a new instance of the BitArray class that contains bit values copied from the specified array of 32-bit integers. |
