Click or drag to resize
QueryableExSelectManyTSource, TOther Method (IEnumerableTSource, IEnumerableTOther)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IEnumerable<TOther> SelectMany<TSource, TOther>(
	IEnumerable<TSource> source,
	IEnumerable<TOther> other
)

Parameters

source
Type: System.Collections.GenericIEnumerableTSource
other
Type: System.Collections.GenericIEnumerableTOther

Type Parameters

TSource
TOther

Return Value

Type: IEnumerableTOther
See Also