1、定义自定义特性类型,需要引用System.Attribute 定义自定义特性 2、属性扩展方法 自定义特性扩展方法 3、扩展方法调用方法 定义属性时使用特性 读取代码:var dinfos= typeof(SomeClass).ReadPropertyInfos();