Skip to content

JSIterable Implicit operator (1 of 2)

Implicitly converts a JSIterable to a JSValue.

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

See Also


JSIterable Implicit operator (2 of 2)

C#
public static implicit operator JSObject(JSIterable iterable)

See Also

Released under the MIT license