Click or drag to resize
QueryableExStartWithTSource Method (IEnumerableTSource, TSource)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IEnumerable<TSource> StartWith<TSource>(
	IEnumerable<TSource> source,
	params TSource[] values
)

Parameters

source
Type: System.Collections.GenericIEnumerableTSource
values
Type: TSource

Type Parameters

TSource

Return Value

Type: IEnumerableTSource
See Also