JSTypedArray<T> Explicit operator (1 of 2)
C#
public static explicit operator JSTypedArray?(JSValue value)
See Also
- struct JSValue
- struct JSTypedArray<T>
- namespace Microsoft.JavaScript.NodeApi
JSTypedArray<T> Explicit operator (2 of 2)
C#
public static explicit operator JSTypedArray(JSValue value)
See Also
- struct JSValue
- struct JSTypedArray<T>
- namespace Microsoft.JavaScript.NodeApi