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

List::FindAll method

Cerca elementi che soddisfano un predicato specifico.

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

ReturnValue

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

Vedi anche