Link to home
Start Free TrialLog in
Avatar of as_clouds
as_clouds

asked on

getting items from hash table

i tried to get items from hash table based on the key using Gethash() but it didnt work..how i can use Item properity or something else

Hashtable ^stPointTbl;

int stPoint=this->stPointTbl->GetHash(pageNumber);

error:
'System::Collections::Hashtable::GetHash': candidate function(s) not accessible
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial