System::Collections::Generic::List::RemoveRange method

List::RemoveRange method

Supprime une tranche de la liste.

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
ParamètreTypeDescription
indiceintPosition de début de la tranche.
countintNombre d’éléments à supprimer.

Voir aussi