In C++ there is a container class called a "map" which can create key-value pairs and much of the ease of working with dynamically sorted and allocated array is taken care of by the STL. A similar class would be a Java HashTable.
What is there like that in VB.net? I need it to contain word/value pairs.
Thanks,
Lazer
What is there like that in VB.net? I need it to contain word/value pairs.
Thanks,
Lazer