BoundsCheckableList1.RemoveAt

BoundsCheckableList<T>.RemoveAt method

Removes the element at the specified index of the System.Collections.Generic.List.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the element to remove.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than 0. -or- index is equal to or greater than Count.

See Also