I\'m basically looking for a way to access a hashtable value using a two-dimensional typed key in c#.
Eventually I would be able to do something like this
I think this might be closer to what you're looking for...
var data = new Dictionary>();