System::Collections::Generic::List::ForEach method
List::ForEach method
Applies action to all elements in list.
void System::Collections::Generic::List<T>::ForEach(System::Action<T> action)
| Parameter | Type | Description | 
|---|---|---|
| action | System::Action<T> | Action to apply. | 
See Also
- Typedef Action
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++