|
static void | ForEach< T > (this IEnumerable< T > enumerable, Action< T > action) |
|
Extensions for IEnumerable.
◆ ForEach< T >()
static void IotDash.Utils.Collections.CollectionExtensions.ForEach< T > |
( |
this IEnumerable< T > |
enumerable, |
|
|
Action< T > |
action |
|
) |
| |
|
inlinestatic |
Execute action for each element of the IEnumerable<T>
- Template Parameters
-
- Parameters
-
enumerable | The enumerable to iterate. |
action | The action to execute. |
The documentation for this class was generated from the following file:
- Utilities/CollectionExtensions.cs