remove

remove(value: MemberType);

The remove method of the MemberKeyDictionary class removes the item specified in the value parameter from a dictionary with member keys.

If the collection does not contain the specified item, an exception is raised.

The code fragment in the following is an example of the use of the remove method.

self.custNameDict.remove(cust);