首页 > TAG信息列表 > CustonAttribute

自定义特性

1.自定义特性 //AttributeTargets 作用于什么位置(类,枚举,方法,属性。。。) [AttributeUsage(AttributeTargets.Class)] internal sealed class CustonAttribute:Attribute { public CustonAttribute(string author, string version, string discription)