EnumerableExDo Method |
Name | Description | |
---|---|---|
![]() ![]() | DoTSource(IEnumerableTSource, ActionTSource) |
Lazily invokes an action for each value in the sequence.
|
![]() ![]() | DoTSource(IEnumerableTSource, IObserverTSource) |
Lazily invokes observer methods for each value in the sequence, and upon successful or exceptional termination.
|
![]() ![]() | DoTSource(IEnumerableTSource, ActionTSource, Action) |
Lazily invokes an action for each value in the sequence, and executes an action for successful termination.
|
![]() ![]() | DoTSource(IEnumerableTSource, ActionTSource, ActionException) |
Lazily invokes an action for each value in the sequence, and executes an action upon exceptional termination.
|
![]() ![]() | DoTSource(IEnumerableTSource, ActionTSource, ActionException, Action) |
Lazily invokes an action for each value in the sequence, and executes an action upon successful or exceptional termination.
|