ExpressionNodeOperator 멤버
The ExpressionNodeOperator object represents an expression node that is an operator.
ExpressionNodeOperator 형식은 다음 멤버를 노출합니다.
메서드
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ChildrenList | (ExpressionNodeChildren에서 상속됩니다.) | |
Count | (ExpressionNodeChildren에서 상속됩니다.) | |
EnumerableChildrenList | (ExpressionNodeChildren에서 상속됩니다.) | |
LastEvaluationResult | (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. (ExpressionNode에서 상속됩니다.) | |
Type | Gets the type of expression node. (ExpressionNode에서 상속됩니다.) | |
TypeClass | Gets the class type when the expression node represents an object. (ExpressionNode에서 상속됩니다.) |
맨 위로 이동