Skip to content

JSObject.Remove method (1 of 2)

C#
public bool Remove(JSValue key)

See Also


JSObject.Remove method (2 of 2)

C#
public bool Remove(KeyValuePair<JSValue, JSValue> item)

See Also

Released under the MIT license