C#遍历字典

foreach (KeyValuePair<int, Color> kvp in dic)
lst.Add(kvp.Value);
04-14 15:08