MethodBodyVisitor.VisitBlockExpression 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 VisitBlockExpression( IBlockExpression instructionBlock )
Parameters
- instructionBlock
- Type: PostSharp.Reflection.MethodBody.IBlockExpression
The method body to be visited.
Return Value
Type: ObjectinstructionBlock, unless the override returns something else.