Mono Class Library: Overview

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 current instance.
[read-only]
IsReadOnlybool. Gets a value indicating whether the current instance is read-only.
[read-only]
IsSynchronizedbool. 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.
Lengthint. Gets or Sets the number of elements contained in the current instance. Setting the Length causes the BitArray to be resized.
[read-only]
SyncRootobject. Gets an object that can be used to synchronize access to the current instance.