Hashtable table = new Hashtable();// Set the keys/valuestable.Add('X', 'abc');table.Add('Y', 'def');table.Add('Z', 'ghi');