I have some objects in List, let\'s say List and MyClass has several properties. I would like to create an index of the list based on 3 properti
List
How about Dictionary>>?
Dictionary>>
This would allow you to do:
MyClass item = MyData[8][23923][date];