Related resources for Dictionary class
  • How to use SortedDictionary Properties with C#7/11/2012 12:56:40 PM. In this article we are discussing about what are SortedDictionary Properties in C#.
  • Working on SortedDictionary in C#7/11/2012 12:54:59 PM. In this article I explain how to create the SortedDictionary and perform various operations of it using its properties and methods.
  • Dictionary in C#6/20/2012 9:31:09 AM. A Dictionary class represents a dictionary in C# that is used to represent a collection of keys and values pair of data. This article demonstrates how to use a dictionary in C#.
  • Working With Dictionary Class in Java5/23/2012 5:44:57 AM. In this article we are going to describe the Dictionary class in java. The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
  • Internal Classes To Understand WCFMessage: XmlDictionary Class5/20/2012 5:03:27 AM. My last article discussed how to create a WCF Message. If you go back and reexamine the CreateMessage() function, you will find this function is overloaded with 11 different sets of inputs.
  • A Dictionary Class Which Permits Duplicate keys : Part II5/15/2012 12:34:00 PM. In this article, I present a number of adjuncts to the 'Lexicon' class which I introduced in an earlier article.
  • A Dictionary Class Which Permits Duplicate Keys5/15/2012 12:32:54 PM. The .NET framework contains a number of ‘Dictionary’ classes.
  • Dictionary Class in C#12/29/2010 9:55:31 AM. The Dictionary class gives us the opportunity to map some values to specific keys; in real life scenarios we need this mechanism to represent some values whenever we call the key associated with them according to an event.
C# and the .NET Platform, Second Edition
The mission of this book is to provide you with a solid foundation of the C# language...
Download