Click or drag to resize
QueryableExCaseTValue, TResult Method (FuncTValue, IDictionaryTValue, IEnumerableTResult)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IQueryable<TResult> Case<TValue, TResult>(
	Func<TValue> selector,
	IDictionary<TValue, IEnumerable<TResult>> sources
)

Parameters

selector
Type: SystemFuncTValue
sources
Type: System.Collections.GenericIDictionaryTValue, IEnumerableTResult

Type Parameters

TValue
TResult

Return Value

Type: IQueryableTResult
See Also