[]
Removes the item at the specific position form the collection.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
The zero-based index of the item to remove.