I have a situation in code where a Dictionary seemed like the best idea - I need a collection of these objects and I need them to be acces
Dictionary
Doesn't this work for ya?
Dictionary>
Or you could use a Tuple and have a dictionary of that: