Metodo System::Collections::Generic::List::RemoveAll
List::RemoveAll method
Rimuove tutti gli elementi che corrispondono a un predicato specifico.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parametro | Tipo | Descrizione |
|---|---|---|
| match | Predicate<T> | Predicate per verificare gli elementi |
ReturnValue
Numero di elementi rimossi.
Vedi anche
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++