Click or drag to resize

OperatorInfo Fields

The ParserOperatorInfo type exposes the following members.

Fields
  NameDescription
Public fieldLeftAssociative
True if the operator is left-associative (otherwise it's right-associative).
Public fieldPrecedence
The precedence of the operator.
Public fieldUnary
True if the operator is unary.
Top
See Also