Manages a compact array of bit values, which are represented as Booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0).
See Also: BitArray Members
The size of a BitArray is controlled by the client; indexing past the end of the BitArray throws an ArgumentException.
Elements in this collection can be accessed using an integer index. Indexes in this collection are zero-based.