There was an error while loading. Please reload this page.
Helper for type inference from the lambda expression.
Namespace: CodeJam.ExpressionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Expression<Func<TResult>> Func<TResult>( Expression<Func<TResult>> funcExpression )
VB
Public Shared Function Func(Of TResult) ( funcExpression As Expression(Of Func(Of TResult)) ) As Expression(Of Func(Of TResult))
F#
static member Func : funcExpression : Expression<Func<'TResult>> -> Expression<Func<'TResult>>
Type: Expression(Func(TResult))The lambda expression passed.
Expr ClassFunc OverloadCodeJam.Expressions Namespace