how to change all values in dictionary c#

52

how to change all values in dictionary c# -

dict = dict.ToDictionary(kvp => kvp.Key, kvp => kvp.Value.Select(v => v.Nr));

Comments

Submit
0 Comments