Skip to content

JSMap Implicit operator (1 of 2)

Implicitly converts a JSMap to a JSValue.

C#
public static implicit operator JSValue(JSMap map)
parameterdescription
valueThe JSMap to convert.

See Also


JSMap Implicit operator (2 of 2)

C#
public static implicit operator JSObject(JSMap map)

See Also

Released under the MIT license