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)
        {
        }