Skip to content

JSFunction Implicit operator

Implicitly converts a JSFunction to a JSValue.

C#
public static implicit operator JSValue(JSFunction function)
parameterdescription
valueThe JSFunction to convert.

See Also

Released under the MIT license