Array Constructor (IEnumerableUsual) | |
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<USUAL>
)
public Array(
IEnumerable<Usual> collection
)
Request Example
View SourceParameters
- collection
- Type: IEnumerableUsual
See Also