[ad_1]
Really?
Hashtable MyHashTable = new Hashtable();
MyHashTable.Add(1, "word");
MyHashTable.Add("word", 12);
// to access 12
int MyInt = (int)MyHashTable["word"];
3
[ad_2]
solved how build a hash table stored object in C#?
[ad_1]
Really?
Hashtable MyHashTable = new Hashtable();
MyHashTable.Add(1, "word");
MyHashTable.Add("word", 12);
// to access 12
int MyInt = (int)MyHashTable["word"];
3
[ad_2]
solved how build a hash table stored object in C#?