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.

 Remarks

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

 See Also