MacroCommand()
Constructor.
Namespace: PureMVC.Patterns.CommandAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public MacroCommand()
Remarks
You should not need to define a constructor, instead, override the initializeMacroCommandmethod.
If your subclass does define a constructor, be sure to call super().