System::Collections::Generic::List::Find method
List::Find method
Cerca un elemento che soddisfa un predicato specifico.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| Parametro | Tipo | Descrizione |
|---|---|---|
| predicate | System::Predicate<T> | Predicato per verificare gli elementi. |
ReturnValue
Valore dell’elemento corrispondente o nullprtr se non trovato.
Vedi anche
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++