Skip to content

JSAsyncIterable Implicit operator (1 of 2)

Implicitly converts a JSAsyncIterable to a JSValue.

C#
public static implicit operator JSValue(JSAsyncIterable iterable)
parameterdescription
valueThe JSAsyncIterable to convert.

See Also


JSAsyncIterable Implicit operator (2 of 2)

C#
public static implicit operator JSObject(JSAsyncIterable iterable)

See Also

Released under the MIT license