System::Collections::Generic::List::ForEach method

List::ForEach method

Applica un’azione a tutti gli elementi della lista.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParametroTipoDescrizione
actionSystem::Action<T>Azione da applicare.

Vedi anche