Find()
List::Find(System::Predicate<T>) method
Looks for element adhering to specific predicate.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
Arguments
Parameter | Type | Description |
---|---|---|
predicate | System::Predicate<T> | Predicate to check elements with. |
Return Value
Value of matching element or nullprtr if not found.
See Also
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Slides