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

List::ForEach method

Applies action to all elements in list.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTypeDescription
actionSystem::Action<T>Action to apply.

See Also