MigSharp.Core.Commands.Command.Command C# (CSharp) Method

Command() protected method

protected Command ( Command parent ) : System.Collections.Generic
parent Command
return System.Collections.Generic
        protected Command(Command parent)
        {
            _parent = parent;
        }