System::Collections::Generic::List::ForEach metode

List::ForEach method

Menerapkan aksi ke semua elemen dalam daftar.

void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
ParameterTipeDeskripsi
actionSystem::Action<T>Action untuk diterapkan.

Lihat Juga