AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.AbstractExtendedCommand C# (CSharp) 메소드

AbstractExtendedCommand() 공개 메소드

Main constructor
public AbstractExtendedCommand ( string commandName, string commandDescription ) : System.Collections.Generic
commandName string Base command name to execute. See
commandDescription string Command description. See
리턴 System.Collections.Generic
        public AbstractExtendedCommand(string commandName, string commandDescription)
            : base(commandName, commandDescription)
        {
        }