Hi guys,
Say I have a class Item, which has 2 attributes, ID : String and Description : String. I want to be able to make an array or list of Items and be able to index it on the ID which is a string.
I've had a look at Arrays, Lists, Collections, ArrayLists but cant find anything that will let me do what I need it to do.
Im pretty new to C#, and this wasnt covered in the course I took.
Essentially I need what Jade calls a MemberKeyDictionary but in C#.
Is this possible?
Cheers
Pwaddles