C# 클래스 WpfApplication.Framework.ExpressionExtensions

Expression Extensions
파일 보기 프로젝트 열기: RookieOne/WPF-Input-Validation

공개 메소드들

메소드 설명
GetPropertyName ( this lambdaExpression ) : string

Gets the name of the property from a lambda expression.

메소드 상세

GetPropertyName() 공개 정적인 메소드

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