QueryableExDoTSource Method (IEnumerableTSource, ActionTSource, ActionException, Action) |
Namespace: System.Linq
public static IEnumerable<TSource> Do<TSource>( IEnumerable<TSource> source, Action<TSource> onNext, Action<Exception> onError, Action onCompleted )