摘要:
输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
posted @ 2013-09-06 17:31
TryHard
阅读(218)
评论(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
阅读(278)
评论(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
阅读(353)
评论(0)
推荐(0)