[]
Represents an empty node. This node is used when a parameter was omitted.
public sealed class EmptyNode : TerminalNode, ICloneable
Public NotInheritable Class EmptyNode
Inherits TerminalNode
Implements ICloneable
This node is immutable, and the only valid value is Instance .