System::Collections::Generic::List::FindAll μέθοδος

List::FindAll method

Αναζητά στοιχεία που ικανοποιούν συγκεκριμένο πρότυπο.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParameterTypeΠεριγραφή
matchSystem::Predicate<T>Predicate για έλεγχο στοιχείων.

ReturnValue

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

Δείτε επίσης