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