pmMDA.NET

SetRangeEnumerable Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SetRangeEnumerable class.

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

Parameters

s
The set to enumerate.
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

SetRangeEnumerable Class | PmMda.Net.Dog.Paging Namespace