Basically I want something like Dictionary, but not (as I\'ve seen here in other question) with the keys in AND, but in OR. To better explain: I
Check out this article on CodeProject: http://www.codeproject.com/KB/recipes/multikey-dictionary.aspx
This is clearly the right way to do a multi-key dictionary ;)