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