T_Cyjb_Reflection_PropertyInfoUtil - CYJB/Cyjb GitHub Wiki

PropertyInfoUtil 类

提供 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) 使用指定的第一个参数,创建用于表示指定静态或实例属性的指定类型的委托。
  Back to Top

参见

Reference

Cyjb.Reflection 命名空间

⚠️ **GitHub.com Fallback** ⚠️