How to get the dictionary key by using the dictionary value?
when getting the value using the key its like this:
Dictionary dic =
Brute force.
int key = dic.Where(kvp => kvp.Value == "a").Select(kvp => kvp.Key).FirstOrDefault();