System::Collections::Generic::List::ForEach method
List::ForEach method
Applica un’azione a tutti gli elementi della lista.
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Parametro | Tipo | Descrizione |
|---|---|---|
| action | System::Action<T> | Azione da applicare. |
Vedi anche
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++