Skip to content

JSValue.RemoveWrap method

Detaches an object from this JSValue.

C#
public bool RemoveWrap(out object? value)
parameterdescription
valueReturns the wrapped object, or null if nothing was wrapped.

Return Value

True if a wrapped object was found and removed, else false.

See Also

Released under the MIT license