[]
Creates a new LogicalNode from a boolean value.
This constructor initializes a logical literal node in the expression syntax tree with the specified constant value.
public LogicalNode(bool value)
Public Sub New(value As Boolean)
| Type | Name | Description |
|---|---|---|
| bool | value | The boolean value represented by this node. |