ExpressionNodeChildren Members
Include Protected Members
Include Inherited Members
The ExpressionNodeChildren object represents the child expression nodes that are dependent on an expression node.
The ExpressionNodeChildren type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionNodeChildren() | Initializes a new instance of the ExpressionNodeChildren class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChildrenList | |
![]() |
Count | |
![]() |
EnumerableChildrenList | |
![]() |
LastEvaluationResult | (Inherited from ExpressionNode.) |
![]() |
Tag | Gets the tag text that is associated with the expression node. (Inherited from ExpressionNode.) |
![]() |
Type | Gets the type of expression node. (Inherited from ExpressionNode.) |
![]() |
TypeClass | Gets the class type when the expression node represents an object. (Inherited from ExpressionNode.) |
Top