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

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
)

Parameters

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

Type Parameters

TSource

Return Value

Type: IEnumerableTSource
See Also