Method RemoveAt
RemoveAt(int)
Removes the range at the specified index of the RangeList.
public void RemoveAt(int index)
Parameters
indexintThe zero-based index of the range to remove.
Removes the range at the specified index of the RangeList.
public void RemoveAt(int index)
index intThe zero-based index of the range to remove.