JSFunction Implicit operator
Implicitly converts a JSFunction to a JSValue.
C#
public static implicit operator JSValue(JSFunction function)| parameter | description |
|---|---|
| value | The JSFunction to convert. |
See Also
- struct JSValue
- struct JSFunction
- namespace Microsoft.JavaScript.NodeApi