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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| action | System::Action<T> | Action untuk diterapkan. |
Lihat Juga
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++