pmMDA.NET

RangeList.RemoveRangeStartLength Method 

[This is preliminary documentation and subject to change.]

Clears a specified range from this list.

public void RemoveRangeStartLength(
   int start,
   int length
);

Parameters

start
The start index of the range to clear.
length
The length of the range to clear.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace