Click or drag to resize

Array OfT  Conversion (Array to Array OfT)

X#
Implicitely convert an array of USUALs to a typed array. Note that the usuals must contain a value of the correct type.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC OPERATOR IMPLICIT (
	a AS ARRAY
) AS ARRAY OF<T>
Request Example View Source

Parameters

a
Type: Array

Return Value

Type: Array OfT
See Also