Skip to content

JSObject constructor (1 of 3)

The default constructor.

C#
public JSObject()

See Also


JSObject constructor (2 of 3)

C#
public JSObject(IEnumerable<KeyValuePair<JSValue, JSValue>> properties)

See Also


JSObject constructor (3 of 3)

C#
public JSObject(params KeyValuePair<JSValue, JSValue>[] properties)

See Also

Released under the MIT license