ConstantExpression.NodeType 属性

定义

返回此 Expression 的节点类型。Returns the node type of this Expression. 重写此方法时,扩展节点应返回 ExtensionExtension nodes should return Extension when overriding this method.

public:
 property System::Linq::Expressions::ExpressionType NodeType { System::Linq::Expressions::ExpressionType get(); };
public override sealed System.Linq.Expressions.ExpressionType NodeType { get; }
member this.NodeType : System.Linq.Expressions.ExpressionType
Public Overrides NotOverridable ReadOnly Property NodeType As ExpressionType

属性值

ExpressionType

该表达式的 ExpressionTypeThe ExpressionType of the expression.

适用于