Inserts an item to the IList<(Of <(T>)>)
at the specified index.


- index (Int32)
- The zero-based index at which item should be inserted.
- item (TTarget)
- The object to insert into the IList<(Of <(T>)>).

Exception | Condition |
---|---|
NotSupportedException | The
IList<(Of <(T>)>) is read-only. |
ArgumentOutOfRangeException | index is not a valid
index in the IList<(Of <(T>)>). |