Adds an object to the hash table.
Hashtable hashTable = new Hashtable(); hashTable.Add("0", "apples"); hashTable.Add("1", "bananas"); hashTable.Add("2", "pears");
HashList Class | Sitecore.Collections Namespace