JSValue.RemoveWrap method
Detaches an object from this JSValue.
C#
public bool RemoveWrap(out object? value)
parameter | description |
---|---|
value | Returns the wrapped object, or null if nothing was wrapped. |
Return Value
True if a wrapped object was found and removed, else false.
See Also
- struct JSValue
- namespace Microsoft.JavaScript.NodeApi