LinqHelperForEach Method |
Name | Description | |
---|---|---|
ForEachT(IEnumerableT, ActionT) |
Immediately performs the given action on each element in a sequence.
| |
ForEachT(IEnumerableT, ActionT, Int32) |
Immediately performs the given action on each element (incorporating its index) in a
sequence.
|