Args::create Method
Creates a new instance of an Args class.
Syntax
client server public static Args create(container _pack)
Run On
Called
Parameters
- _pack
Type: container
A container returned by the pack method that is used to initialize the new instance; optional.
Return Value
Type: Args Class
The new instance of the Args class.