Click or drag to resize
QueryableExDoTSource Method (IEnumerableTSource, ActionTSource, Action)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IEnumerable<TSource> Do<TSource>(
	IEnumerable<TSource> source,
	Action<TSource> onNext,
	Action onCompleted
)

Parameters

source
Type: System.Collections.GenericIEnumerableTSource
onNext
Type: SystemActionTSource
onCompleted
Type: SystemAction

Type Parameters

TSource

Return Value

Type: IEnumerableTSource
See Also