C#遍历字典

C#遍历字典

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