Enum BinaryOperatorType
The associativity of the binary operator: left-associative, right-associative, or non-associative
Namespace: Pidgin.Expression
Assembly: Pidgin.dll
Syntax
public enum BinaryOperatorType : int
Fields
| Name | Description |
|---|---|
| LeftAssociative | Denotes a left-associative binary operator |
| NonAssociative | Denotes a non-associative binary operator |
| RightAssociative | Denotes a right-associative binary operator |