Click or drag to resize

ExtendedHostFunctionsarrTypeT Method

Imports the host array type for the specified element type.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
Syntax
public Object arrType<T>(
	int rank = 1
)

Parameters

rank (Optional)
Type: SystemInt32
The number of dimensions for the host array type to import.

Type Parameters

T
The element type for the host array type to import.

Return Value

Type: Object
The imported host array type.
See Also