Gets the node type of this Expression.
Public ReadOnly Property NodeType As ExpressionType
Dim instance As Expression Dim value As ExpressionType value = instance.NodeType
public ExpressionType NodeType { get; }
public: property ExpressionType NodeType { ExpressionType get (); }
public function get NodeType () : ExpressionType
The NodeType property provides a more specialized description of an Expression than just its derived type. For example, a BinaryExpression can be used to represent many different kinds of binary expressions, such as a division operation or a "greater than" operation. The NodeType property would describe these binary expressions as Divide and GreaterThan, respectively.
The static CLR type of the expression that the Expression object represents is represented by the Type property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003