Possible duplicate:
Is there an alternative to the / SortedList dictionary that allows duplication?
I am looking for a dictionary class that can have duplicate keys.
I am looking for this and found that the LookUp class can be used to store duplicate keys, but it does not have a default constructor, so we cannot initialize it without any other LookUp objects.
But I do not have such an object from which I can initialize the LookUp object.
So my question is: is there any class in the .Net framework 3.5 that behaves like a dictionary but allows me to have duplicate keys like LookUp?
Yograj gupta
source share