Dictionary dict = new Dictionary();//便利值foreach (string value in dict.Values){//value}//遍历键foreach (int key in dict.Keys){//key}