RemoveAt()

List::RemoveAt(int) method

Removes item at specified position.

void System::Collections::Generic::List<T>::RemoveAt(int index) override

Arguments

ParameterTypeDescription
indexintIndex to delete item at.

See Also