Inserts the given Option into the collection at the given index.
- index
- The zero-based index where this method will place the element. If the value of this parameter is equal to the original number of elements in the collection, this method will perform the same operation as the AddOption method.
- Option
- The enhancement option to insert into the collection at the given index.
This method inserts the given Option into the collection at the given index. It moves all elements (if any) that follow the newly added element back one place (their indices will be one greater than they were.)