C# Class WpfApplication.Foundation.ExpressionExtensions

Expression Extensions
ファイルを表示 Open project: RookieOne/WPF-Input-Validation

Public Methods

Method Description
GetPropertyName ( this lambdaExpression ) : string

Gets the name of the property from a lambda expression.

Method Details

GetPropertyName() public static method

Gets the name of the property from a lambda expression.
public static GetPropertyName ( this lambdaExpression ) : string
lambdaExpression this The lambda expression.
return string