MethodBodyVisitor.VisitStatementExpression Method |
Visits an instruction block and, recursively, all syntax nodes.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual Object VisitStatementExpression( IStatementExpression statementExpression )
Parameters
- statementExpression
- Type: PostSharp.Reflection.MethodBody.IStatementExpression
The statement to be visited.
Return Value
Type: ObjectstatementExpression, unless the override returns something else.