System::Collections::Generic::List::RemoveAll-Methode
List::RemoveAll method
Entfernt alle Elemente, die einem bestimmten Prädikat entsprechen.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Typ | Beschreibung |
|---|---|---|
| match | Predicate<T> | Predicate zum Überprüfen von Elementen. |
ReturnValue
Anzahl der entfernten Elemente.
Siehe auch
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++