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.
Creates a new instance of an Args class based on another instance of the Args class.
Syntax
client server public static Args createFromArgs(xArgs _args)
Run On
Called
Parameters
- _args
Type: xArgs Class
Another Args object that is used to initialize the new instance.
Return Value
Type: Args Class
The new instance of the Args class.