Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ resources

18. Windows Forms Tips

18.23 In a Hashtable, why doesn't setting the value for an existing key to be null remove the key from the Hashtable?


This is by design. You have to use Remove to actually remove the Key/Value pair from the Hashtable.