摘要:
using System;using System.Reflection;using System.ComponentModel;using System.Collections.Specialized; class Program { static void Main(string[] args) { Type type = typeof(DescriptionAttribute); foreach (FieldInfo fi in typeof(CustomerRankType).GetFields()) { object[] a... 阅读全文