点击或拖拽改变大小

HslReflectionHelperSetPropertyExpT, K 方法

使用表达式树的方式来给一个属性赋值

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:9.0.1.0 (9.0.1.0)
语法
public static void SetPropertyExp<T, K>(
	PropertyInfo propertyInfo,
	T obj,
	K objValue
)

参数

propertyInfo
类型:System.ReflectionPropertyInfo
属性信息
obj
类型:T
对象信息
objValue
类型:K
实际的值

类型参数

T

[缺少 "M:HslCommunication.Core.HslReflectionHelper.SetPropertyExp``2(System.Reflection.PropertyInfo,``0,``1)" 的 <typeparam name="T"/> 文档]

K

[缺少 "M:HslCommunication.Core.HslReflectionHelper.SetPropertyExp``2(System.Reflection.PropertyInfo,``0,``1)" 的 <typeparam name="K"/> 文档]

参见