Remove()

Namespace ›› System ›› MfHashTable ›› Methods ››
Parent Previous Next

Remove()

instance.Remove(key)

Remove(key)

Removes the occurrence of a specific object from the MfHashTable at the key location.

Parameters

key

The key of the element to remove.

Throws

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

Remarks

If the MfHashTable does not contain an element with the specified key, the MfHashTable remains unchanged.  No exception is thrown.