Interface IBinaryOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IBinaryOperation : IOperation
Properties
ConstrainedToType
Declaration
ITypeSymbol? ConstrainedToType { get; }
Property Value
IsChecked
Declaration
Property Value
IsCompareText
Declaration
bool IsCompareText { get; }
Property Value
IsLifted
Declaration
Property Value
LeftOperand
Declaration
IOperation LeftOperand { get; }
Property Value
OperatorKind
Declaration
BinaryOperatorKind OperatorKind { get; }
Property Value
OperatorMethod
Declaration
IMethodSymbol? OperatorMethod { get; }
Property Value
RightOperand
Declaration
IOperation RightOperand { get; }
Property Value
Extension Methods