Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reverses the root elements of a container and then adds them into a new container.
Syntax
client server public static container conReverse(container _originalContainer)
Run On
ClientOrServer
Parameters
- _originalContainer
Type: container
A container with root elements.
Return Value
Type: container
A new container with the root elements in a reversed order.