Skip to content

JSMap constructor (1 of 2)

Creates a new empty JS Map.

C#
public JSMap()

See Also


JSMap constructor (2 of 2)

Creates a new JS Map with entries from an iterable (such as another map) whose elements are key-value pairs.

C#
public JSMap(JSIterable iterable)

See Also

Released under the MIT license