System::Collections::Generic::List::RemoveAll método
List::RemoveAll method
Elimina todos los elementos que coinciden con un predicado específico.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| Parámetro | Tipo | Descripción |
|---|---|---|
| match | Predicate<T> | Predicate para comprobar elementos con. |
ReturnValue
Número de elementos eliminados.
Ver también
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++