[]
Represents an operator invocation expression in the syntax tree.
public class OperatorNode : NonTerminalNode, ICloneable
Creates a new OperatorNode from the type of the operator.
public OperatorNode(OperatorKind kind)
kind
OperatorKindThe type of the operator.
The type of the operator.
public OperatorKind Kind { get; set; }