dictionary all key where value csharp

Code Example - dictionary all key where value csharp

                
                        var myKey = types.FirstOrDefault(x => x.Value == "one").Key;