BitArray Properties
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the BitArray. |
![]() | IsReadOnly | Gets a value indicating whether the BitArray is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the BitArray is synchronized (thread safe). |
![]() | Item[Int32] | Gets or sets the value of the bit at a specific position in the BitArray. |
![]() | Length | Gets or sets the number of elements in the BitArray. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the BitArray. |
Show:
