Anyone know of a good implementation of a MultiValueDictionary? Basically, I want something that allows multiple values per key. I want to be able to do somethi
MultiValueDictionary
You could use MultiDictionary class from PowerCollections.
It returns ICollection{TValue} for the key asked.