PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIBinary­Expression
Open sandboxFocus

IBinaryExpression Interface

Expression that has two operands, Left and Right.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
[Experimental]
public interface IBinaryExpression : IExpression, IMethodBodyElement

Properties

Name Description
Left

Gets the left operand.

Right

Gets the right operand.