Click or drag to resize

ResizingArrayT Constructor

Constructor.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public ResizingArray(
	int capacity = 4
)

Parameters

capacity (Optional)
Type: SystemInt32
The initial capacity of the internal list array.
See Also