Click or drag to resize

Array Constructor (IEnumerableObject)

X#
Initializes a new instance of the Array class

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	collection AS IEnumerable<Object>
)
Request Example View Source

Parameters

collection
Type: IEnumerableObject
See Also