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

List::ForEach method

Applica l’azione a tutti gli elementi dell’elenco.

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

Vedi anche