Click here to Skip to main content
15,900,461 members
Articles / Programming Languages / C# 4.0

Creating Key-Value pair in a dictionary if key is not available

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
27 Sep 2013CPOL 9.1K   4  
The ConcurrentDictionary type resides in System.Collections.Concurrent, introduced in .NET 4.0. It makes adding, removing and updating values in a lookup table on multiple threads easier.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions