I was just wondering how it was possible that ConcurrentDictionary does not have an Add method which is visible in the Visual Studio IDE. I only seem to get the TryX Methods
That's because of explicit interface implementation. See http://msdn.microsoft.com/en-us/library/aa288461(v=vs.71).aspx