Hashtable ht = (Hashtable)sourceHT.Clone(); var enums = ht.Values.GetEnumerator(); while(enums.MoveNext()) { //处理代码 }