[]
Removes the item at the specified index in the list.
public virtual void RemoveAt(int index)
Public Overridable Sub RemoveAt(index As Integer)
The zero-based index of the item to remove.