MapperBuilderGetValueGetterT - метод
Возвращает значение свойства propertyInfo
для типа T
Пространство имён: Tessa.Views.MappingСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[NotNullAttribute]
public static Func<T, Object> GetValueGetter<T>(
[NotNullAttribute] PropertyInfo propertyInfo
)
<NotNullAttribute>
Public Shared Function GetValueGetter(Of T) (
<NotNullAttribute> propertyInfo As PropertyInfo
) As Func(Of T, Object)
public:
[NotNullAttribute]
generic<typename T>
static Func<T, Object^>^ GetValueGetter(
[NotNullAttribute] PropertyInfo^ propertyInfo
)
[<NotNullAttribute>]
static member GetValueGetter :
[<NotNullAttribute>] propertyInfo : PropertyInfo -> Func<'T, Object>
- propertyInfo PropertyInfo
-
Описатель свойства объекта с типом T
- T
-
Тип объекта
FuncT,
Object
Функция возвращающая значение свойства