Click or drag to resize

BitCollection Constructor (Int32)

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

Constructs a new instance of the BitCollection class with the specified initial capacity.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public BitCollection(
	int capacityInBits
)

Parameters

capacityInBits
Type: SystemInt32
The number of elements that the new collection can initially store.
See Also