Delegate LockExpression.Statement
Represents constructor of synchronized block of code.
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression LockExpression.Statement(ParameterExpression syncRoot)
Parameters
Returns
| Type |
Description |
| Expression |
The body of synchronized block of code.
|
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 syncRoot, 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 syncRoot)
Parameters
Returns
Extension Methods