System::Collections::ObjectModel::Collection::RemoveAt Methode

Collection::RemoveAt method

Entfernt ein Element an einer bestimmten Position.

void System::Collections::ObjectModel::Collection<T>::RemoveAt(int index) override
ParameterTypBeschreibung
IndexintIndex, an dem das Element entfernt wird.

Siehe auch