Class ParenthesisNode
- Namespace
- GrapeCity.Documents.Excel.Expressions
- Assembly
- GcDocs.Excel.dll
Represents a parenthesis expression in the syntax tree.
public class ParenthesisNode : NonTerminalNode, ICloneable
- Inheritance
-
object
ParenthesisNode
- Implements
-
System.ICloneable
- Inherited Members
-
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Constructors
ParenthesisNode()