Click or drag to resize

LazyListT Constructor (FuncInt32, LazyListT, T)

constructor.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public LazyList(
	Func<int, LazyList<T>, T> generator
)

Parameters

generator
Type: SystemFuncInt32, LazyListT, T
A function to generate the LazyListT's elements by index and the LazyListT itself.
See Also