![]() |
|||
A Concurrent Collection: Multi-Thread-Enumerable MultiMap generic Collection class in C#.net - Part 2
By ,
11 Mar 2009
This is an old version of the currently published article.
This article is still being written and is not currently available for general viewing. Please go to the C# Table of Contents to view the list of available articles in this section. |
About Article
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)
Related Videos
|
|||||||||||||||||