System::Collections::Generic::List::ForEach méthode
List::ForEach method
Applique une action à tous les éléments de la liste.
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Paramètre | Type | Description |
|---|---|---|
| action | System::Action<T> | Action à appliquer. |
Voir aussi
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++