AddSubCommand(Func<ICommand>)

Add a SubCommand.
Namespace: PureMVC.Patterns.CommandAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
protected void AddSubCommand(
	Func<ICommand> commandFunc
	)

Parameters

commandFuncFunc<>
a reference to the FuncDelegate of the ICommand.

Remarks

The SubCommands will be called in First In/First Out (FIFO) order.