Removes the element at the specified index of the RangeFilterList.
- index (Int32)
- The zero-based index of the element to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is out of range.
|
| NotSupportedException |
The RangeFilterList is read-only.
-or- The RangeFilterList has a fixed-size. |