65.9K
CodeProject is changing. Read more.
Home

Looking up items in HashTable/Dictionary objects that have multiple keys

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.20/5 (8 votes)

Apr 22, 2008

CPOL

4 min read

viewsIcon

92609

downloadIcon

629

Dictionary objects take a single key as a look up key. This class simplifies using a Dictionary when you have multiple keys, such as two strings and an int, etc.