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ètre | Type | Description |
|---|---|---|
| indice | int | Position de début de la tranche. |
| count | int | Nombre d’éléments à supprimer. |
Voir aussi
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++