Remove()

Namespace ›› System ›› MfDictionaryBase ›› Methods ››
Parent Previous Next

Remove()

instance.Remove(key)

Remove(key)

Removes the first occurrence of a specific object from the MfDictionaryBase.

Parameters

key

The key of the element to remove.

Throws

Throws MfNullReferenceException if MfDictionaryBase is not set to an instance.
Throws MfNotSupportedException if the MfDictionaryBase is read-only or The MfDictionaryBase has a fixed size.
Throws MfNotSupportedException if key is an object and does not derive from MfObject

Remarks

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