-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Expressions_Expr_Action
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Helper for type inference from the lambda expression.
Namespace: CodeJam.Expressions
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static Expression<Action> Action(
Expression<Action> actionExpression
)
VB
Public Shared Function Action (
actionExpression As Expression(Of Action)
) As Expression(Of Action)
F#
static member Action :
actionExpression : Expression<Action> -> Expression<Action>
- actionExpression
- Type: System.Linq.Expressions.Expression(Action)
The lambda expression.
Type: Expression(Action)
The lambda expression passed.