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

ReturnValue

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

Voir aussi