Array OfT Constructor (IEnumerableT) | |
Create an array and fill it with elements from an existing collection.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
collection AS IEnumerable<T>
)
public Array Of(
IEnumerable<T> collection
)
Request Example
View SourceParameters
- collection
- Type: IEnumerableT
See Also