หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |