Click or drag to resize

Array OfT Constructor (Object)

X#
Create an array and fill it with elements from an existing .Net array of objects. Note that the objects must be of the right type.

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

Parameters

elements
Type: Object
See Also