[]
Removes the element at the specified index from the current list.
protected virtual void RemoveAt(int index)
Protected Overridable Sub RemoveAt(index As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the element to remove. |