2

I'm currently using:

Dictionary<Guid, OrderedDictionary>

But I need to do this:

Dictionary<Guid, OrderedDictionary<Guid, User>>

I am spoiled with generics and without generics I keep forgetting what type of object is where in my code.

Is this possible to do somehow?

Note: The inner dictionary items have to be ordered, that is why I tried using the OrderedDictionary but it doesn't seem to support generics.

Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
codecompleting
  • 9,251
  • 13
  • 61
  • 102
  • 3
    possible duplicate of [No generic implementation of OrderedDictionary?](http://stackoverflow.com/questions/2629027/no-generic-implementation-of-ordereddictionary) – Dan Abramov Oct 25 '11 at 20:59

0 Answers0