Skip to content

JSTypedArray<T>.ToArray method

Copies the typed-array data into a new array and returns the array.

C#
public T[] ToArray()

See Also

Released under the MIT license