ExpressionNodeGroup Members
Include Protected Members
Include Inherited Members
The ExpressionNodeGroup object represents an expression node that is a group.
The ExpressionNodeGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionNodeGroup(ExpressionNode) | Initializes a new instance of the ExpressionNodeGroup class that has the specified expression node. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChildrenList | (Inherited from ExpressionNodeChildren.) |
![]() |
Count | (Inherited from ExpressionNodeChildren.) |
![]() |
EnumerableChildrenList | (Inherited from ExpressionNodeChildren.) |
![]() |
Group | |
![]() |
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