Click or drag to resize

Array OfT Constructor (IEnumerableT)

X#
Create an array and fill it with elements from an existing collection.

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

Parameters

collection
Type: IEnumerableT
See Also