Delegate LockExpression.Statement
Represents constructor of synchronized block of code.
Namespace: DotNext.Linq.Expressions
Assembly: DotNext.Metaprogramming.dll
Syntax
public delegate Expression LockExpression.Statement(ParameterExpression syncRoot)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | syncRoot | The variable representing monitor object. |
Returns
Type | Description |
---|---|
Expression | The body of synchronized block of code. |