Click or drag to resize

BitList Constructor

constructor. All elements are initialized to false.

Namespace:  WhetStone.SystemExtensions
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public BitList(
	int size = 0
)

Parameters

size (Optional)
Type: SystemInt32
Initial size of the list
See Also