AttributeTargets 枚举
成员名称说明
All可以对任何应用程序元素应用属性。
Assembly可以对程序集应用属性。
Class可以对类应用属性。
Constructor可以对构造函数应用属性。
Delegate可以对委托应用属性。
Enum可以对枚举应用属性。
Event可以对事件应用属性。
Field可以对字段应用属性。
GenericParameter可以对泛型参数应用属性。
Interface可以对接口应用属性。
Method可以对方法应用属性。
Module可以对模块应用属性。
Parameter可以对参数应用属性。
Property可以对属性 (Property) 应用属性 (Attribute)。
ReturnValue可以对返回值应用属性。
Struct可以对结构应用属性,即值类型。
============================================
网友评论