System.Collections.BitArray: Property Members

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

Public Properties

[read-only]
Countint.

Gets the number of elements contained in the BitArray.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the BitArray is read-only.

[read-only]
IsSynchronizedbool.

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.
Lengthint.

Gets or sets the number of elements in the BitArray.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the BitArray.