pmMDA.NET

SetRangeEnumerator Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SetRangeEnumerator class.

public SetRangeEnumerator(
   ISet s,
   object firstItem,
   object lastItem
);

Parameters

s
The set to iterate
firstItem
The first item to enumerate or null to start with the first item in the set.
lastItem
The last item to iterate or null to end with the last item in the set.

Exceptions

Exception Type Condition
ArgumentNullException s is null.

See Also

SetRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace