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 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 propertyItem(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.