标签:
?
Here‘s what I‘ve found (ignoring the old non-generic collections):
Notably missing from the .NET collections are the "multi-" variants, e.g.,?multiset,?multimap, etc. However, they have added a number of very useful threadsafe collections: the "Concurrent-" variants, e.g.,?ConcurrentDictionary,?ConcurrentQueue, etc.
标签:
原文地址:http://www.cnblogs.com/time-is-life/p/5638881.html