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

List::RemoveAt method

Supprime l’élément à la position spécifiée.

void System::Collections::Generic::List<T>::RemoveAt(int index) override
ParamètreTypeDescription
indiceintIndice de l’élément à supprimer.

Voir aussi