[]
Represents a logical literal node in the syntax tree.
public class LogicalNode : ConstNode, ICloneable
Creates a new LogicalNode from bool.
public LogicalNode(bool value)
value
boolThe boolean value.
The value of this node.
public bool Value { get; set; }