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.3.1
Syntax
T[] ToArray()

Return Value

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