BitArray Constructor

Initializes BitArray.

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public BitArray(
	bool initialState,
	int count = 32
)

Parameters

initialState  Boolean
If this is set to true, all elements will be set; if false, all elements will be cleared.
count  Int32  (Optional)
The number of bit positions to support.

See Also