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。) |
頂端