ASP.NET Pack Programmer's Guide
Dictionary.set Method
See Also
 





Associates the specified value with the specified key within the dictionary.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function set (key, value)

 Parameters

key

The key to associate the value with.

value

The value to associate.

 See Also

Dictionary Members
Dictionary Class
MindFusion.Charting.Collections Namespace