摘要:
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
阅读(177)
评论(0)
推荐(0)