System::Collections::Generic::List::RemoveAll method
List::RemoveAll method
Removes all elements matching specific predicate.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
Parameter | Type | Description |
---|---|---|
match | Predicate<T> | Predicate to check elements with. |
ReturnValue
Number of removed elements.
See Also
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++