AddSubCommand(Func<ICommand>)

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

Syntax

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

Parameters

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

Remarks

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