[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.EmptyNode

Class EmptyNode

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

Represents an empty node. This node is used when a parameter was omitted.

public sealed class EmptyNode : TerminalNode, ICloneable
Inheritance
EmptyNode
Implements
Inherited Members

Remarks

This node is immutable, and the only valid value is Instance .

Properties

Instance

The shared instance of EmptyNode.

public static EmptyNode Instance { get; }

Property Value

EmptyNode