méthode System::Collections::Generic::List::Find
List::Find method
Recherche un élément répondant à un prédicat spécifique.
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| Paramètre | Type | Description |
|---|---|---|
| predicate | System::Predicate<T> | Predicate pour vérifier les éléments avec. |
ReturnValue
Valeur de l’élément correspondant ou nullprtr si non trouvé.
Voir aussi
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++