Método System::Collections::Generic::List::Find
List::Find method
Busca un elemento que cumpla un predicado específico.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| Parámetro | Tipo | Descripción |
|---|---|---|
| predicate | System::Predicate<T> | Predicate para comprobar elementos con. |
ReturnValue
Valor del elemento coincidente o nullprtr si no se encuentra.
Ver también
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++