System::Collections::Generic::List::ForEach yöntemi

List::ForEach method

Listedeki tüm öğelere eylemi uygular.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTypeAçıklama
actionSystem::Action<T>Action uygulamak için.

Ayrıca Bakınız