MindFusion.Diagramming for JavaScript Programmer's Guide
Set.add Method
See Also
 





Adds the specified value to the set.

Namespace: MindFusion.Collections
File: Set.js

 Syntax

JavaScript  Copy Code

function add (key)

 Parameters

key

The element to add to the set.

 See Also

Set Members
Set Class
MindFusion.Collections Namespace