JSIterable Implicit operator (1 of 2)
Implicitly converts a JSIterable to a JSValue.
C#
public static implicit operator JSValue(JSIterable iterable)| parameter | description |
|---|---|
| value | The JSIterable to convert. |
See Also
- struct JSValue
- struct JSIterable
- namespace Microsoft.JavaScript.NodeApi
JSIterable Implicit operator (2 of 2)
C#
public static implicit operator JSObject(JSIterable iterable)See Also
- struct JSObject
- struct JSIterable
- namespace Microsoft.JavaScript.NodeApi