 | InfiniteListT Constructor |
Constructor
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic InfiniteList(
T defaultValue = null,
int capacity = 4
)
Parameters
- defaultValue (Optional)
- Type: T
The default value of the List's members. - capacity (Optional)
- Type: SystemInt32
The initial capacity for non-default members.
See Also