Hashtable with multiple values for single key

I want to store multiple values in single key like:

HashTable obj = new HashTable();
obj.Add("1", "test");
obj.Add("1", "Test1");

Right now this throws an error.

11
задан Cœur 5 December 2018 в 02:58
поделиться