Array Constructor (IEnumerableObject) | |
Initializes a new instance of the
Array class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
collection AS IEnumerable<Object>
)
public Array(
IEnumerable<Object> collection
)
Request Example
View SourceParameters
- collection
- Type: IEnumerableObject
See Also