[]
Represents an error literal node in the syntax tree.
public class ErrorNode : ConstNode, ICloneable
Creates a new LogicalNode from CalcError.
public ErrorNode(CalcError value)
value
CalcErrorThe error value.
The value of this node.
public CalcError Value { get; set; }