Edit

Share via


MethodCallExpression.NodeType Property

Definition

Returns the node type of this Expression.

C#
public override sealed System.Linq.Expressions.ExpressionType NodeType { get; }

Property Value

The ExpressionType that represents this expression.

Applies to