Click or drag to resize

Array OfT Constructor (T)

X#
Create an array and fill it with elements from an existing .Net array.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	elements AS T[]
)
Request Example View Source

Parameters

elements
Type: T
See Also