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