[]
        
(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
object
EmptyNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

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

Remarks

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