[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.OperatorNode

Class OperatorNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents an operator invocation expression in the syntax tree.

public class OperatorNode : NonTerminalNode, ICloneable
Inheritance
OperatorNode
Implements
Inherited Members

Constructors

OperatorNode(OperatorKind)

Creates a new OperatorNode from the type of the operator.

public OperatorNode(OperatorKind kind)

Parameters

kind OperatorKind

The type of the operator.

Properties

Kind

The type of the operator.

public OperatorKind Kind { get; set; }

Property Value

OperatorKind