 | 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)
Syntaxpublic BitCollection(
int capacityInBits
)
Public Sub New (
capacityInBits As Integer
)
public:
BitCollection(
int capacityInBits
)
new :
capacityInBits : int -> BitCollectionParameters
- capacityInBits
- Type: SystemInt32
The number of elements that the new collection can initially store.
See Also