Skip to content

JSSet constructor (1 of 2)

Creates a new empty JS Set.

C#
public JSSet()

See Also


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

Released under the MIT license