System::Collections::Generic::List::RemoveAll méthode
List::RemoveAll method
Supprime tous les éléments correspondant à un prédicat spécifique.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Paramètre | Type | Description |
|---|---|---|
| match | Predicate<T> | Predicate pour vérifier les éléments avec. |
ReturnValue
Nombre d’éléments supprimés.
Voir aussi
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++