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 (JToken)
- The object to insert into the IList<(Of <(T>)>).
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
index is not a valid index in the IList<(Of <(T>)>). |
| NotSupportedException | The IList<(Of <(T>)>) is read-only. |