Skip to content

JSSet Implicit operator (1 of 3)

Implicitly converts a JSSet to a JSValue.

C#
public static implicit operator JSValue(JSSet set)
parameterdescription
valueThe JSSet to convert.

See Also


JSSet Implicit operator (2 of 3)

C#
public static implicit operator JSObject(JSSet set)

See Also


JSSet Implicit operator (3 of 3)

C#
public static implicit operator JSIterable(JSSet set)

See Also

Released under the MIT license