Inserts the ERecSearch object at the specified position in this list.
- index (Int32)
- The zero-based index of the element to add.
- elementAt (Object)
- The ERecSearch to be inserted.
Shifts the element currently at that position (if any) and any
subsequent elements to the right (adds one to their indices).
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is out of range.
|