Click here to Skip to main content
15,881,709 members
Articles / Programming Languages / C#

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

Rate me:
Please Sign up or sign in to vote.
4.20/5 (8 votes)
1 May 2008CPOL4 min read 87.6K   585   23  
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.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a software developer since 1996 and have enjoyed C# since 2003. I have a Bachelor's degree in Computer Science and for some reason, a Master's degree in Business Administration. I currently do software development contracting/consulting.

Comments and Discussions