System::Collections::Generic::List::ForEach method
List::ForEach method
Aplica una acción a todos los elementos de la lista.
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Parámetro | Tipo | Descripción |
|---|---|---|
| action | System::Action<T> | Action para aplicar. |
Ver también
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++