[This is preliminary documentation and is subject to change.]
The Evaluator Node type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Evaluator Node | Initializes a new instance of the Evaluator Node class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PrintTree | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| m_Operator |
Properties
| Name | Description | |
|---|---|---|
| Condition |
Boolean condition expression (subnode) used for conditional (ternary) operator
| |
| Expression |
This node sub-expression
| |
| Left |
Left b-tree branch, may be blank (in case of unary operators)
| |
| Level |
Node depth level within expression b-tree
| |
| Operator |
Head operator performed on left and right b-tree branches
| |
| Right |
Right b-tree branch, used for unary operators
|
See Also