Args::createFromArgs Method

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.

See Also

Reference

Args Class