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





Gets the value associated with the specified key within the dictionary.

Namespace: MindFusion.Collections
File: Dictionary.js

 Syntax

JavaScript  Copy Code

function get (key)

 Parameters

key

The key whose value to get.

 Return Value

The value associated with the specified key.

 Remarks

An exception is thrown if the specified key is not present in the dictionary.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Collections Namespace