[]
Represents a logical literal node in the syntax tree.
public class LogicalNode : ConstNode, ICloneable
Public Class LogicalNode
Inherits ConstNode
Implements ICloneable
Name | Description |
---|---|
LogicalNode(bool) | Creates a new LogicalNode from bool. |
Name | Description |
---|---|
Value | The value of this node. |