Removes an object from the hash table.
No exception is thrown if the key does not exist.
Hashtable hashTable = new Hashtable();
hashTable.Add("0", "apples");
hashTable.Add("1", "bananas");
hashTable.Add("2", "pears");
hashTable.Remove("1");
HashList Class | Sitecore.Collections Namespace