Method RemoveAt
RemoveAt(int)
Remove the item at the given index from the underlying collection. The index is interpreted with respect to the view (not with respect to the underlying collection).
public void RemoveAt(int index)
Parameters
index
int