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
Create simple class to store Tkey1, TKey2, TValue, make List of them and use LINQ to query such structure would be an option.