Skip to content

JSValue.CreateExternalArrayBuffer<T> method

C#
public static JSValue CreateExternalArrayBuffer<T>(Memory<T> memory, object? external = null)
    where T : struct

See Also

Released under the MIT license