摘要: public static DataTable GetDataTable(Type enumType) { // NameValueCollection nvc = new NameValueCollection(); Type typeDescription = typeof(DescriptionAttribute); System.Reflection.FieldInfo[] fields = enumType.GetFields(); string strText = string.Empty; string strValue = string.Empty; DataTable ta. 阅读全文
posted @ 2012-06-29 11:04 AlanCoder 阅读(182) 评论(0) 推荐(0) 编辑
View Code