pmMDA.NET

RangeList.Range Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the RangeList.Range class.

public RangeList.Range(
   int start,
   int end
);

Parameters

start
The start of the range.
end
The last index of the range.

See Also

RangeList.Range Class | PmMda.Net.Dog.Paging Namespace