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).
void RemoveAt(int index)
Parameters
indexint
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).
void RemoveAt(int index)
index int