Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Summary
The Collections namespace provides methods that allow for the creation and manipulation of collections of objects (e.g.: iterables). The API extension extends the existing Collections namespace with the following properties and methods:
Object Methods
| Name | Signature | Description |
|---|---|---|
| CreateArray | CreateArray([value]...) | Creates an indexable and iterable array out of the set of arguments passed to the method. This method is useful for creating the starting point of a query or flattening |