IList<T>.Delete(Integer) Method
Removes the item at the specified index.
public procedure Delete(index: Integer);
Parameters
- index
- Type: Integer
The zero-based index of the item to remove.
- ArgumentOutOfRangeException
- index is not a valid index in the IList<T>.