Method RemoveAt
RemoveAt(int)
Removes the IList item at the specified index.
public void RemoveAt(int index)
Parameters
index
intThe zero-based index of the item to remove.
Removes the IList item at the specified index.
public void RemoveAt(int index)
index
intThe zero-based index of the item to remove.