pmMDA.NET

PagedSet.Enumerate Method (Object, Object)

[This is preliminary documentation and subject to change.]

Gets an enumerable to iterate over the items which follow the firstItem and proceed the lastItem including the two specified items.

public IEnumerable Enumerate(
   object firstItem,
   object lastItem
);

Parameters

firstItem
The first item to iterate.
lastItem
The last item to iterate.

Return Value

An IEnumerator for the items which are preceding the lastItem and are following the firstItem including the firstItem and the lastItem.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace | PagedSet.Enumerate Overload List