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