摘要: Code goes first,namespace AttribTest { class Program { [AttributeUsage(AttributeTargets.Class)] class AttribOnClassAttribute : Attribute { } [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)] class AttribOnFieldAttribute : Attr... 阅读全文
posted @ 2011-10-18 07:41 quanben 阅读(169) 评论(0) 推荐(0) 编辑