JSSet constructor (1 of 2)
Creates a new empty JS Set.
C#
public JSSet()
See Also
- struct JSSet
- namespace Microsoft.JavaScript.NodeApi
JSSet constructor (2 of 2)
Creates a new JS Set with values from an iterable (such as another set).
C#
public JSSet(JSIterable iterable)
See Also
- struct JSIterable
- struct JSSet
- namespace Microsoft.JavaScript.NodeApi