Delegate WithExpression.Statement
Represents constructor of the expression body.
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.
|
Constructors
View Source
Statement(object, nint)
Declaration
public Statement(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(ParameterExpression, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ParameterExpression scopeVar, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual Expression EndInvoke(IAsyncResult result)
Parameters
Returns
View Source
Invoke(ParameterExpression)
Declaration
public virtual Expression Invoke(ParameterExpression scopeVar)
Parameters
Returns
Extension Methods