BitArray Properties (System.Collections)

Switch View :
ScriptFree
.NET Framework Class Library
BitArray Properties

The BitArray type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of elements contained in the BitArray.
Public property IsReadOnly Gets a value indicating whether the BitArray is read-only.
Public property IsSynchronized Gets a value indicating whether access to the BitArray is synchronized (thread safe).
Public property Item Gets or sets the value of the bit at a specific position in the BitArray.
Public property Length Gets or sets the number of elements in the BitArray.
Public property SyncRoot Gets an object that can be used to synchronize access to the BitArray.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property ICollection.Count Gets the number of elements in the BitArray.
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value that indicates whether access to the BitArray is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the BitArray.
Top
See Also

Reference