CommandWithArgs Constructor
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public CommandWithArgs(
CustomCommand command,
params Object[] args
)
Public Sub New (
command As CustomCommand,
ParamArray args As Object()
)
new :
command : CustomCommand *
args : Object[] -> CommandWithArgs
Parameters
- command CustomCommand
- The command based on which this CommandWithArgs will be created
- args Object
- The args based on which this CommandWithArgs will be created