Skip to content

RSML.Parser.OperatorType Enum

The RSML operator type.

Hierarchy

flowchart TB
    OperatorType --> System.Enum
    System.Enum --> System.ValueType
    System.ValueType --> System.Object

Enum Values

Name Description Value
Primary The primary operator. Its action cannot be redefined, but the operator itself can. 0
Secondary The secondary operator. 1
Tertiary The tertiary operator. 2