System::Collections::Generic::List::FindAll method
List::FindAll method
Looks for elements adhering to specific predicate.
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
Parameter | Type | Description |
---|---|---|
match | System::Predicate<T> | Predicate to check elements with. |
ReturnValue
List of matching elements (if any) or empty list.
See Also
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++