[]
Represents an empty node. This node is used when a parameter was omitted.
public sealed class EmptyNode : TerminalNode, ICloneable
This node is immutable, and the only valid value is Instance .
The shared instance of EmptyNode.
public static EmptyNode Instance { get; }
This node is immutable, and the only valid value is Instance .