System::Collections::Generic::List::FindAll method

List::FindAll method

Recherche des éléments répondant à un prédicat spécifique.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParamètreTypeDescription
matchSystem::Predicate<T>Predicate pour vérifier les éléments avec.

ReturnValue

List of matching elements (if any) or empty list.

Voir aussi