System::Collections::Generic::List::RemoveAll‑metod
List::RemoveAll method
Tar bort alla element som matchar ett specifikt villkor.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Type | Beskrivning |
|---|---|---|
| match | Predicate<T> | Predicate för att kontrollera element med. |
ReturnValue
Antal borttagna element.
Se även
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++