System::Collections::Generic::List::ForEach methode

List::ForEach method

Past actie toe op alle elementen in de lijst.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTypeBeschrijving
actionSystem::Action<T>Action om toe te passen.

Zie ook