The properties 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
[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. |