Class BinaryOperatorType
The associativity of the BinaryOperator<T>: left-associative, right-associative, or non-associative
Inheritance
- Object
- BinaryOperatorType
Declaration
public sealed class BinaryOperatorType : Enum
Fields
LeftAssociative
Denotes a left-associative binary operator
Declaration
public const BinaryOperatorType LeftAssociative
Field Value
Type | Description |
---|---|
NonAssociative
Denotes a non-associative binary operator
Declaration
public const BinaryOperatorType NonAssociative
Field Value
Type | Description |
---|---|
RightAssociative
Denotes a right-associative binary operator
Declaration
public const BinaryOperatorType RightAssociative
Field Value
Type | Description |
---|---|
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|