RangeList.AddRangeStartEnd Method
[This is preliminary documentation and subject to change.]
Fill a specified range in this range list.
public
void AddRangeStartEnd(
int start,
int end);
Parameters
-
start
- The first index of the range to fill.
-
end
- The last index of the range to fill.
See Also
RangeList Class | PmMda.Net.Dog.Paging Namespace