JSObject.Remove method (1 of 2)
C#
public bool Remove(JSValue key)
See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.Remove method (2 of 2)
C#
public bool Remove(KeyValuePair<JSValue, JSValue> item)
See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi