Removes the ERecSearch at the specified position in this list.


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

The ERecSearch previously at position index.

Shifts any subsequent elements to the left (subtracts one from
their indices).

Exception | Condition |
---|---|
IndexOutOfRangeException | index is out of range.
|