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

List::ForEach method

Aplica una acción a todos los elementos de la lista.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParámetroTipoDescripción
actionSystem::Action<T>Action para aplicar.

Ver también