CommandWithArgs Constructor

Initializes a new instance of the CommandWithArgs class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public CommandWithArgs(
	CustomCommand command,
	params Object[] args
)

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

See Also