QueryableExStartWithTSource Method (IEnumerableTSource, TSource) |
Namespace: System.LinqAssembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntaxpublic 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