[]
Removes the item at the specified position from the collection.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The position of the item to remove. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException |
|