[]
Removes item with specified index from the collection.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
The index of item to remove.