 | ResizingArrayT Constructor |
Constructor.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic ResizingArray(
int capacity = 4
)
Parameters
- capacity (Optional)
- Type: SystemInt32
The initial capacity of the internal list array.
See Also