PagedSet.PagedSetEnumerable Constructor (PagedSet, Object)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the PagedSet.PagedSetEnumerable class.
public PagedSet.PagedSetEnumerable(
PagedSet pagedSet,
object firstItem);
Parameters
-
pagedSet
- The parent set which items are iterated by this enumerable.
-
firstItem
- The first item to iterate.
See Also
PagedSet.PagedSetEnumerable Class | PmMda.Net.Dog.Paging Namespace | PagedSet.PagedSetEnumerable Constructor Overload List