MethodBodyVisitor.VisitBinaryExpression Method |
Visits an expression of type IBinaryExpression and, recursively, all children elements.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual Object VisitBinaryExpression( IBinaryExpression expression )
Parameters
- expression
- Type: PostSharp.Reflection.MethodBody.IBinaryExpression
The element to be visited.