المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Struggling to find a suitable data structure



C# Programming
04-26-2009, 01:23 PM
Hey,

I am looking for a C# data structure that will allow me to store multiple values with the same key and then later on, look through the data structure and pull out the most recent entry for a given key.

I am planning on using an int value for the key and a custom object for the value. Is this possible?

Thanks