Click or drag to resize

BitCollection Properties

[This is preliminary documentation and is subject to change.]

The BitCollection type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets/sets the total number of elements the internal data structure can hold without resizing.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets or sets the value of the bit at a specific position in the BitCollection.
Top
See Also