MindFusion.Diagramming for JavaScript Programmer's Guide
Dictionary.remove Method
See Also
 





Removes the element with the specified key from the dictionary.

Namespace: MindFusion.Collections
File: Dictionary.js

 Syntax

JavaScript  Copy Code

function remove (key)

 Parameters

key

The key of the element to remove.

 Return Value

The value corresponding to the specified key or null, if the key is not found.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Collections Namespace