Using C#, I'd like to find a way how to implement something like a dictionary that depends on two key objects.
I have an object and a string. To this two values I want to assign one double value. So what structure should I use? Or how can I implement such a structure?