摘要:
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... 阅读全文
posted @ 2011-11-21 15:14
大力哥的技术
阅读(421)
评论(1)
推荐(0)

浙公网安备 33010602011771号