Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / C#

MultiMap (similar to Dictionary) generic Collection type in C#.net - Part 2

9 Mar 2009CPOL10 min read 103K   3.4K   73  
MultiMap is similar to .Net Dictionary collection type, but accepts duplicate Key,Value pairs during addition.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C# Table of Contents to view the list of available articles in this section.