csharp
public enum BinaryOperatorKindThe operation a BoundBinaryExpression performs.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (19)
AddSubtractMultiplyDivideModuloLeftShiftRightShiftUnsignedRightShiftBitwiseAndBitwiseOrBitwiseXorLogicalAndLogicalOrEqualNotEqualLessThanLessThanOrEqualGreaterThanGreaterThanOrEqual
Used by (5)
- BinderVixen.Raven
- BoundAssignmentExpressionVixen.Raven
- BoundBinaryExpressionVixen.Raven
- ConstantEvaluatorVixen.Raven
- LowererVixen.Raven