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