EnumerableExtensions.ForEach Method
Name | Parameters | Description |
---|---|---|
ForEach<T>(IEnumerable<T>, Action<T, Int32>) static | source, action |
Iterates through each item in the IEnumerable<T> collection and performs the specified action.
|
ForEach<T>(IEnumerable<T>, Action<T>) static | source, action |
Iterates through each item in the IEnumerable<T> collection and performs the specified action.
|