Share via


Editor<T>.NameFor(LambdaExpression) Method

Definition

Returns the name for the specified expression in the current context.

protected string NameFor (System.Linq.Expressions.LambdaExpression expression);
member this.NameFor : System.Linq.Expressions.LambdaExpression -> string
Protected Function NameFor (expression As LambdaExpression) As String

Parameters

expression
LambdaExpression

The expression to use to compute the name.

Returns

The name for the specified expression in the current context.

Remarks

The provided expression must be a member expression with Value as it source.

Applies to