System::Collections::Generic::List::RemoveAll μέθοδος
List::RemoveAll method
Αφαιρεί όλα τα στοιχεία που ταιριάζουν με συγκεκριμένη συνθήκη.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parameter | Type | Περιγραφή |
|---|---|---|
| match | Predicate<T> | Predicate για έλεγχο στοιχείων. |
ReturnValue
Αριθμός των αφαιρεθέντων στοιχείων.
Δείτε επίσης
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++