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