C# Structure (to sort and direct access)
Hi,
I'm a newer at C#...I'm searching for a structure that allows me to Sort it and access to elements "like a hashtable".
-Generic Lists, can't be accessed directly (Or I don't know)
-Hashtables,Dictionaries can't be sorted...
Anyone can help me?
T.I.A.
|