Click or drag to resize

CommandExecution Delegate

Represents a method executing a specified command.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public delegate void CommandExecution(
	Command command
)

Parameters

command
Type: MicaSystems.Utils.CLICommand
The command to execute.
See Also