摘要:
1.获取枚举变量collection public static List<string> GetPartNameCollection() { List<string> collection = new List<string>(); Type part = typeof(HTMLPART); foreach (string s in Enum.GetNames(part)) collection.Add(s); return collection; }2.字符串转换成变量 Type part = ... 阅读全文
posted @ 2011-10-12 17:30
放逐忧伤
阅读(511)
评论(0)
推荐(0)
浙公网安备 33010602011771号