Top "Idictionary" questions

System.

Best performance on a String Dictionary in C#

I am designing a C# class that contains a string hierarchy, where each string has 0 or 1 parents. My inclination is …

c# performance dictionary hashtable idictionary
Cannot implicitly convert type System.Collections.Generic.Dictionary<System.Tuple<int,int,string>, AnonymousType#1>

I have the following dictionary in a method: var nmDict = xelem.Descendants(plantNS + "Month").ToDictionary( k => new Tuple<…

c# linq-to-xml idictionary
How to initialize a ConcurrentDictionary? Error: "Cannot access private method 'Add' here"

I have a static class in which I am using dictionaries as lookup tables to map between .NET types and …

c# dictionary private concurrentdictionary idictionary