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