D
Dick
Hello,
I've a hashtable.
When searching I can use 'Contains' method. This returns true or false.
What if I want the actual value?
Must i doo a loop with a enumerator and search each key? Or is there a
faster manner?
I've a hashtable.
When searching I can use 'Contains' method. This returns true or false.
What if I want the actual value?
Must i doo a loop with a enumerator and search each key? Or is there a
faster manner?