Gets the value associated with the specified key within the dictionary.
Namespace: MindFusion.Collections
File: Dictionary.js
JavaScript
![]() |
---|
function get (key) |
The key whose value to get.
The value associated with the specified key.
An exception is thrown if the specified key is not present in the dictionary.