instance.Remove(key)
Removes the occurrence of a specific object from the MfHashTable at the key location.
key
The key of the element to remove.
Throws MfNullReferenceException if called as a static method.
Throws MfArgumentException if key is null.
Throws MfNotSupportedException if the MfHashTable is read-only or The MfHashTable has a fixed size.
Throws MfNotSupportedException if key is an object and does not derive from MfObject
If the MfHashTable does not contain an element with the specified key, the MfHashTable remains unchanged. No exception is thrown.