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

List::FindAll method

Belirli bir koşula uyan öğeleri arar.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParametreTürAçıklama
matchSystem::Predicate<T>Predicate elemanları kontrol etmek için.

ReturnValue

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

Ayrıca Bakınız