'宣言
Public Shared Function GetPropertyName (Of TI,TR)( _ ByVal instance As TI, _ ByVal propertyGetter As Expression(Of Func(Of TI,TR)) _ ) As String
public static string GetPropertyName<TI,TR>( TI instance, Expression<Func<TI,TR>> propertyGetter )
パラメータ
- instance
- propertyGetter
型パラメータ
- TI
- TR