MindFusion.Diagramming for JavaScript Programmer's Guide
Set Members
Constructors Methods
 


Represents a collection of unique elements with no particular ordering.

The following tables list the members exposed by the Set type.

 Public Constructors

  Name Description

Set

Initializes a new instance of the Set class.

 Public Methods

  Name Description

add

Adds the specified value to the set.

contains

Determines whether the set contains a specific value.

forEach

Calls a defined callback function for each entry in the set.

remove

Removes the specified element from the set.

 See Also

Set Class
MindFusion.Collections Namespace