[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.LogicalNode

Class LogicalNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a logical literal node in the syntax tree.

public class LogicalNode : ConstNode, ICloneable
Inheritance
object
LogicalNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

LogicalNode(bool)

Creates a new LogicalNode from bool.

public LogicalNode(bool value)

Parameters

value bool

The boolean value.

Properties

Value

The value of this node.

public bool Value { get; set; }

Property Value

bool