[]
Removes the IList item at the specified index.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the item to remove |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList. |
| NotSupportedException |