C#遍历字典

foreach (KeyValuePair<int, Color> kvp in dic)
    lst.Add(kvp.Value);

 

相关文章: