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.4.5
Syntax
public Object arrType<T>(
	int rank = 1
)

Parameters

rank  Int32  (Optional)
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

Object
The imported host array type.
See Also