I
Ilann
Hi,
I'm trying to create a new Hashtable and use it:
System.Collections.Hashtable hash_directory;
hash_directory.Item("blabla");
and here is the error message I get:
'System.Collections.Hashtable' does not contain a definition for 'Item'
any idea??
Thanks
Ilann
I'm trying to create a new Hashtable and use it:
System.Collections.Hashtable hash_directory;
hash_directory.Item("blabla");
and here is the error message I get:
'System.Collections.Hashtable' does not contain a definition for 'Item'
any idea??
Thanks
Ilann