Skip to content

JSObject Implicit operator

Implicitly converts a JSObject to a JSValue.

C#
public static implicit operator JSValue(JSObject obj)
parameterdescription
valueThe JSObject to convert.

See Also

Released under the MIT license