The members of System.Collections.BitArray are listed below.
See Also: Inherited members from System.Object
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. |
[read-only] | Count | int.
Gets the number of elements contained in the BitArray. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the BitArray is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the BitArray is synchronized (thread safe). |
default property | Item(int) | bool. Gets or sets the element at the specified index of the current instance. |
Length | int.
Gets or sets the number of elements in the BitArray. | |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the BitArray. |
And(BitArray)
| ||
Clone()
| ||
CopyTo(Array, int)
| ||
Get(int)
| ||
GetEnumerator()
| ||
Not()
| ||
Or(BitArray)
| ||
Set(int, bool)
| ||
SetAll(bool)
| ||
Xor(BitArray)
|