Metodo System::Collections::Generic::List::FindAll

List::FindAll method

Cerca gli elementi che soddisfano un predicato specifico.

ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
ParametroTipoDescrizione
matchSystem::Predicate<T>Predicate per verificare gli elementi

ReturnValue

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

Vedi anche