stevenk140
Programmer
I have a hashtable and a value that matches up with a key. Is there an easy way of getting the key from the value? (Without search through all values to find the index)
Or is a SortedList better from going back for forward between keys and values?
Steven
Or is a SortedList better from going back for forward between keys and values?
Steven