Delegate WhileExpression.Statement
Represents constructor of the loop body.
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression WhileExpression.Statement(LabelTarget continueLabel, LabelTarget breakLabel)
Parameters
Returns
Constructors
View Source
Statement(object, nint)
Declaration
public Statement(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(LabelTarget, LabelTarget, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(LabelTarget continueLabel, LabelTarget breakLabel, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual Expression EndInvoke(IAsyncResult result)
Parameters
Returns
View Source
Invoke(LabelTarget, LabelTarget)
Declaration
public virtual Expression Invoke(LabelTarget continueLabel, LabelTarget breakLabel)
Parameters
Returns
Extension Methods