Removes the element at the specified index of the RefinementConfigList.


- index (Int32)
- The zero-based index of the element to remove.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is out of range.
|
NotSupportedException |
The RefinementConfigList is read-only.
-or- The RefinementConfigList has a fixed-size. |