Delegate WithExpression.Statement
Represents constructor of the expression body.
Namespace: DotNext.Linq.Expressions
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression WithExpression.Statement(ParameterExpression scopeVar)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | scopeVar | The variable representing referred object or structure. |
Returns
Type | Description |
---|---|
Expression | The body of the expression. |