标签: c# collections hashtable
谢谢: - )
答案 0 :(得分:11)
试试这个:
System.Collections.Hashtable ht = new System.Collections.Hashtable(); List<string> list = ht.Keys.Cast<string>().ToList();