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

A 'Multi-Thread-Enumerable' MultiMap generic Collection type in C#.net - Part 2 (similar to Dictionary collection)

10 Mar 2009CPOL10 min read 101.7K   3.4K   73  
MultiMap is similar to .Net Dictionary collection type, but accepts duplicate Key,Value pairs during addition. This collection supports the enumerator be used across multiple threads or sessions (in case of web project)
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.