Skip to content

JSArray Implicit operator (1 of 3)

Implicitly converts a JSArray to a JSValue.

C#
public static implicit operator JSValue(JSArray arr)
parameterdescription
valueThe JSArray to convert.

See Also


JSArray Implicit operator (2 of 3)

C#
public static implicit operator JSObject(JSArray arr)

See Also


JSArray Implicit operator (3 of 3)

C#
public static implicit operator JSIterable(JSArray arr)

See Also

Released under the MIT license