RemoveAt()

Collection::RemoveAt(int) method

Removes item at specific position.

void System::Collections::ObjectModel::Collection<T>::RemoveAt(int index) override

Arguments

ParameterTypeDescription
indexintIndex to remove item at.

See Also