摘要:
输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
摘要:
输出类属性 using System;using System.Reflection;namespace Attribute02{ //用于Class和Struct类型 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] class Creat... 阅读全文
摘要:
using System;using System.Reflection;using System.Text;namespace Attribute01{ class Program { static void Main(string[] args) { Type type ... 阅读全文