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