what is a Bitarray class?
Vanita
Select an image from your device to upload
To obtain items from this collection, use an integer index gartic phone. The indexes in this collection are entirely zero-based.
Constructors CONSTRUCTOR DESCRIPTION BitArray(BitArray) Initializes a new instance of the BitArray class that contains bit values copied from the specified BitArray. BitArray(Boolean[]) Initializes a new instance of the BitArray class that contains bit values copied from the specified array of Booleans. BitArray(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(Int32[]) Initializes a new instance of the BitArray class that contains bit values copied from the specified array of 32-bit integers.