Science, asked by ankitadebnath967, 1 year ago

How to Get the Dictionary Key by value in C# ?

Answers

Answered by Anonymous
0
How do I get a Dictionary key by value in C#? Dictionary<string, string> types = new Dictionary<string, string>() { {"1", "one"}, {"2", "two"}, ...
Similar questions