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.

 See Also