The members of System.Collections.BitArray are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Constructs and initializes a new instance of the BitArray class
where the inital values are set by the bool array. |
| | Constructs and initializes a new instance of the BitArray class
where the inital values are set by the byte array. |
| |
Constructs and initializes a new instance of the BitArray class
from an existing BitArray.
|
| | Constructs and initializes a new instance of the BitArray class
with the specified Count and
where the inital values are all set to false. |
| |
Constructs and initializes a instance of the BitArray class from an array of ints.
The first value in the int array sets the leaset significant bits of the bit array.
|
| | Constructs and initializes a new instance of the BitArray class
with the specified Count and all values initialized to either true or false. |
Public Properties
[read-only] | Count | int. Gets the number of elements contained in the current instance.
|
[read-only] | IsReadOnly | bool. Gets a value indicating whether the current instance is read-only. |
[read-only] | IsSynchronized | bool. Gets a value indicating whether access to the current
instance 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 contained in the current instance.
Setting the Length causes the BitArray to be resized. |
[read-only] | SyncRoot | object. Gets an object that can be used to synchronize access to
the current instance. |
Public Methods
Extension Methods