In answer to the original question. Something like Dictionary<string, List<object>>
is implemented in a class called MultiMap
in The Code Project
.
You could find more info to the below link : http://www.codeproject.com/KB/cs/MultiKeyDictionary.aspx