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