C# Class WpfApplication.Framework.ExpressionExtensions

Expression Extensions
Afficher le fichier Open project: RookieOne/WPF-Input-Validation

Méthodes publiques

Méthode Description
GetPropertyName ( this lambdaExpression ) : string

Gets the name of the property from a lambda expression.

Method Details

GetPropertyName() public static méthode

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