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

List::FindAll method

Busca elementos que cumplan un predicado específico.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParámetroTipoDescripción
matchSystem::Predicate<T>Predicate para comprobar elementos con.

ReturnValue

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

Ver también