Namespace: Semata.Lazy
Class: LazyList<T>
Creates the LazyList with the specified loader.
public LazyList(Action<List<T>, bool> loader)
Parameters
Type | Name | Description |
Action<List<T>, bool> | loader | The loader delegate that take a List of type T and a boolean as arguments |