get a key from a dictionary c# code example
Example 1: dictionary c# get key by value
var myKey = types.FirstOrDefault(x => x.Value == "one").Key;
Example 2: getkey definition c sharp
input.getkey
var myKey = types.FirstOrDefault(x => x.Value == "one").Key;
input.getkey