Click or drag to resize

ResizingArrayTResizeTo Method

Resizes the internal list array so that it could include a certain index.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void ResizeTo(
	int lastindex
)

Parameters

lastindex
Type: SystemInt32
The index to make valid.
Remarks
The array might become larger than necessary to accommodate the index.
See Also