Click or drag to resize

ITypedArrayTToArray Method

Creates an array containing a copy of the typed array's contents.

Namespace: Microsoft.ClearScript.JavaScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
T[] ToArray()

Return Value

T
A new array containing a copy of the typed array's contents.
See Also