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

List::ForEach method

Wendet eine Aktion auf alle Elemente in der Liste an.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTypBeschreibung
actionSystem::Action<T>Action anzuwenden.

Siehe auch