[]
Removes the element at the specified index.
public void RemoveAt(int index)
The zero-based index of the element to remove.
Thrown when index is less than 0 or equal to or greater than Count.
index