摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
posted @ 2013-09-06 17:31 TryHard 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
posted @ 2013-09-06 17:29 TryHard 阅读(270) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Reflection;using System.Text;namespace Attribute01{ class Program { static void Main(string[] args) { Type type ... 阅读全文
posted @ 2013-09-06 16:31 TryHard 阅读(347) 评论(0) 推荐(0) 编辑