Removes the IList<(Of <(T>)>)
item at the specified index.


- index (Int32)
- The zero-based index of the item to remove.

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