System::Collections::Generic::List::ForEach Methode
List::ForEach method
Wendet die Aktion auf alle Elemente in der Liste an.
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Parameter | Typ | Beschreibung |
|---|---|---|
| action | System::Action<T> | Action zur Anwendung. |
Siehe auch
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++