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

List::ForEach method

Applicerar åtgärd på alla element i listan.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTypeBeskrivning
actionSystem::Action<T>Action att tillämpa.

Se även