System::Collections::ObjectModel::Collection::RemoveAt method

Collection::RemoveAt method

Removes item at specific position.

void System::Collections::ObjectModel::Collection<T>::RemoveAt(int index) override
ParameterTypeDescription
indexintIndex to remove item at.

See Also