Membros ExpressionNodeOperator
The ExpressionNodeOperator object represents an expression node that is an operator.
O tipo ExpressionNodeOperator expõe os seguintes membros.
Métodos
Início
Propriedades
Nome | Descrição | |
---|---|---|
ChildrenList | (Herdado de ExpressionNodeChildren.) | |
Count | (Herdado de ExpressionNodeChildren.) | |
EnumerableChildrenList | (Herdado de ExpressionNodeChildren.) | |
LastEvaluationResult | (Herdado de ExpressionNode.) | |
Left | Gets or sets the argument to the left of the operator. | |
OpType | Gets the type of operator that is used in the expression. | |
Right | Gets or sets the argument to the right of the operator. | |
Tag | Gets the tag text that is associated with the expression node. (Herdado de ExpressionNode.) | |
Type | Gets the type of expression node. (Herdado de ExpressionNode.) | |
TypeClass | Gets the class type when the expression node represents an object. (Herdado de ExpressionNode.) |
Início
Consulte também