ArrayNew
Alias:ArrayNew, Array, NewArray, ArrayCreate
Output:Array of T
Represents an ordered collection of objects.
| Parameter | Type | Required | Position | Summary |
|---|---|---|---|---|
| Elements Items | List<T> | ✔ | 1 | The elements of the array. |
Alias:ArrayNew, Array, NewArray, ArrayCreate
Output:Array of T
Represents an ordered collection of objects.
| Parameter | Type | Required | Position | Summary |
|---|---|---|---|---|
| Elements Items | List<T> | ✔ | 1 | The elements of the array. |