JSCallbackArgs indexer
Gets the argument at the specified (zero-based) index.
C#
public JSValue this[int index] { get; }Remarks
If the index is out of range, this property returns default(JSValue) which is equivalent to JS undefined.
See Also
- struct JSValue
- struct JSCallbackArgs
- namespace Microsoft.JavaScript.NodeApi