[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.EmptyNode.Instance

Instance Property

Instance

The shared instance of EmptyNode.

Declaration
public static EmptyNode Instance { get; }
Public Shared ReadOnly Property Instance As EmptyNode
Examples
EmptyNode node = EmptyNode.Instance;
IList<SyntaxNode> children = node.Children;
int childCount = children.Count;