System::Collections::Generic::List::FindAll metod

List::FindAll method

Söker efter element som uppfyller ett specifikt predikat.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParameterTypeBeskrivning
matchSystem::Predicate<T>Predicate för att kontrollera element med.

ReturnValue

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

Se även