System::Collections::Generic::List::RemoveAt method

List::RemoveAt method

Removes item at specified position.

void System::Collections::Generic::List<T>::RemoveAt(int index) override
ParameterTypeDescription
indexintIndex to delete item at.

See Also