pmMDA.NET

PagedReadOnlyCollection.Enumerate Method 

[This is preliminary documentation and subject to change.]

Iterates over a subset of items.

public IEnumerable Enumerate(
   int startIndex,
   int lastIndex
);

Parameters

startIndex
The index of the first item to iterate
lastIndex
The index of the last item to iterate

Return Value

An enumerable which can be used to iterate over the subset of items using the foreach keyword.

See Also

PagedReadOnlyCollection Class | PmMda.Net.Dog.Paging Namespace