T_Cyjb_Reflection_PropertyInfoUtil - CYJB/Cyjb GitHub Wiki
提供 PropertyInfo 的扩展方法。
提供 PropertyInfo 创建委托的扩展方法。
System.Object
Cyjb.Reflection.PropertyInfoUtil
Namespace: Cyjb.Reflection
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static class PropertyInfoUtil
The PropertyInfoUtil type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() ![]() |
GetBaseDefinition | 返回在派生类中重写的属性,在其直接或间接的基类中首先声明的 PropertyInfo。 |
![]() ![]() |
GetIndexParameterTypes | 返回当前属性的索引参数类型列表。 |
![]() ![]() |
PowerDelegate(PropertyInfo, Type) | 创建用于表示指定静态或实例属性的指定类型的委托。 |
![]() ![]() |
PowerDelegate(PropertyInfo, Type, Object) | 使用指定的第一个参数,创建用于表示指定静态或实例属性的指定类型的委托。 |
![]() ![]() |
PowerDelegate(TDelegate)(PropertyInfo) | 创建用于表示指定静态或实例属性的指定类型的委托。 |
![]() ![]() |
PowerDelegate(TDelegate)(PropertyInfo, Object) | 使用指定的第一个参数,创建用于表示指定静态或实例属性的指定类型的委托。 |