EnumerableExtensions.ForEach Method
Name | Parameters | Description |
---|---|---|
For |
source, action |
Iterates through each item in the IEnumerable collection and performs the specified action.
|
For |
source, action |
Iterates through each item in the IEnumerable collection and performs the specified action.
|