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ètreTypeDescription
matchSystem::Predicate<T>Predicate pour vérifier les éléments avec.

ReturnValue

Valeur de l’élément correspondant ou nullptr si non trouvé.

Voir aussi