C++ C#

LazyList(Action<List<T>, bool>) Method

API Reference

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

This website stores cookies on your computer that are used to manage the order in which you see the pages. To find out more about the cookies we use, see our Privacy Policy.