System::Collections::Generic::List::ForEach method
List::ForEach method
Wendet eine 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 anzuwenden. |
Siehe auch
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++