Click or drag to resize
QueryableExConcatTSource Method (IEnumerableTSource)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IQueryable<TSource> Concat<TSource>(
	params IEnumerable<TSource>[] sources
)

Parameters

sources
Type: System.Collections.GenericIEnumerableTSource

Type Parameters

TSource

Return Value

Type: IQueryableTSource
See Also