BitCollection Properties |
[This is preliminary documentation and is subject to change.]
The BitCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Capacity |
Gets/sets the total number of elements the internal data structure can hold without resizing.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
| Item |
Gets or sets the value of the bit at a specific position in the BitCollection.
|