Inserts an element into the PathList
at the specified index.
Will not add item as a new path if that path is already found elsewhere in the collection.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero -or- index is equal to or greater than Count. |