HslReflectionHelperSetPropertyExpT, K 方法 |
使用表达式树的方式来给一个属性赋值
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static void SetPropertyExp<T, K>(
PropertyInfo propertyInfo,
T obj,
K objValue
)
Public Shared Sub SetPropertyExp(Of T, K) (
propertyInfo As PropertyInfo,
obj As T,
objValue As K
)
public:
generic<typename T, typename K>
static void SetPropertyExp(
PropertyInfo^ propertyInfo,
T obj,
K objValue
)
static member SetPropertyExp :
propertyInfo : PropertyInfo *
obj : 'T *
objValue : 'K -> unit
参数
- propertyInfo
- 类型:System.ReflectionPropertyInfo
属性信息 - obj
- 类型:T
对象信息 - objValue
- 类型:K
实际的值
类型参数
- T
[缺少 "M:HslCommunication.Reflection.HslReflectionHelper.SetPropertyExp``2(System.Reflection.PropertyInfo,``0,``1)" 的 <typeparam name="T"/> 文档]
- K
[缺少 "M:HslCommunication.Reflection.HslReflectionHelper.SetPropertyExp``2(System.Reflection.PropertyInfo,``0,``1)" 的 <typeparam name="K"/> 文档]
参见