MethodBodyFormatter.VisitBlockExpression Method |
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public override 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.