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