Click or drag to resize

Array Constructor (IEnumerableUsual)

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<USUAL>
)
Request Example View Source

Parameters

collection
Type: IEnumerableUsual
See Also