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