| LinqHelperDo Method |
| Name | Description | |
|---|---|---|
| DoT(IEnumerableT, ActionT) |
Performs the given action on each element in a sequence when it is enumerated.
| |
| DoT(IEnumerableT, ActionT, Int32) |
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
|