JSObject indexer (1 of 2)
C#
public JSValue this[JSValue name] { get; set; }
See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject indexer (2 of 2)
C#
public JSValue this[string name] { get; set; }
See Also
- struct JSValue
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi