 | LazyListT Constructor (FuncInt32, T) |
constructor.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic LazyList(
Func<int, T> generator
)
Parameters
- generator
- Type: SystemFuncInt32, T
A function to generate the LazyListT's elements by index.
See Also