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