Method Add
Add(ISortRange)
When implemented by a class, adds specific ISortRange to range list.
int Add(ISortRange range)
Parameters
rangeISortRangeISortRangeto add.
Returns
- int
The position into which the new range was added.
When implemented by a class, adds specific ISortRange to range list.
int Add(ISortRange range)
range ISortRangeISortRange to add.
The position into which the new range was added.