MixinRefactoring.CompositeCommand.CompositeCommand C# (CSharp) Method

CompositeCommand() protected method

protected CompositeCommand ( MixinReference mixin ) : System
mixin MixinReference
return System
        protected CompositeCommand(MixinReference mixin)
        {            
            _commands = CreateCommands(mixin);
            Mixin = mixin;
        }