GeekArticles
Microsoft
C#
Microsoft
C#Looking up items in HashTable/Dictionary objects that have multiple keys
Dictionary objects take a single string as look up key. This class simplifies using a Dictionary when you have multiple keys, such as two strings and an int, etc.
Sponsored Links
Related Topics
