[]
Removes the item at the specific position from the collection.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
The int value indicates the index of item to be removed.