PDA

View Full Version : Hash Table


Jac
08-12-04, 06:53 AM
Deal All,

I have some questions here.

If I want to use hash table to update some value to the specified key, is there any other way of doing that without using the single array/multiple array to store all the datas and use the hash table tp update it?

Can 'GetHashCode' help?

From,
Jac :confused:

cristiu
10-08-04, 03:32 PM
Deal All,

I have some questions here.

If I want to use hash table to update some value to the specified key, is there any other way of doing that without using the single array/multiple array to store all the datas and use the hash table tp update it?

Can 'GetHashCode' help?

From,
Jac :confused:

try use Item property to get or set a value for specified key in Hashtable