 | 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)
Syntaxpublic void ResizeTo(
int lastindex
)
Parameters
- lastindex
- Type: SystemInt32
The index to make valid.
RemarksThe array might become larger than necessary to accommodate the index.
See Also