Maps in C#

  • Thread starter Thread starter Guest
  • Start date Start date
AlexDP,

I think you're looking for classes that implement the IDictionary-interface,
since these allow you to work with key-value pairs (see ListDictionary,
SortedList, Hashtable, ... for more info).

Baileys.
 
Back
Top