pmMDA.NET

PagedSet.EnumerateTo Method 

[This is preliminary documentation and subject to change.]

Gets an enumerable to iterate over the items of this set until the lastItem is reached.

public IEnumerable EnumerateTo(
   object lastItem
);

Parameters

lastItem
The last item to iterate.

Return Value

An IEnumerator for the items which are preceding the lastItem including the lastItem.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace