Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

A Concurrent Collection: MultiMap generic Collection class in C#.net - Part 2

31 Mar 2009CPOL10 min read 101.8K   3.4K   73  
MultiMap is similar to .Net Dictionary collection type, but accepts duplicate Key,Value pairs during addition. The MultiMap collection is also a concurrent collection.
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.