MethodBodyVisitor.VisitVariableExpression Method |
Visits an expression of type ILocalVariableExpression.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual Object VisitVariableExpression( ILocalVariableExpression expression )
Parameters
- expression
- Type: PostSharp.Reflection.MethodBody.ILocalVariableExpression
The element to be visited.
Return Value
Type: Objectexpression, unless the override returns something else.