pmMDA.NET

PagedSet.PagedSetEnumerable Constructor (PagedSet, Object, 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,
   object lastItem
);

Parameters

pagedSet
The parent set which items are iterated by this enumerable.
firstItem
The first item to iterate.
lastItem
The last item to iterate.

See Also

PagedSet.PagedSetEnumerable Class | PmMda.Net.Dog.Paging Namespace | PagedSet.PagedSetEnumerable Constructor Overload List