AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.CreateCommands C# (CSharp) Метод

CreateCommands() защищенный абстрактный Метод

Subcommand generation method. You must define your subcommands here.
protected abstract CreateCommands ( ) : SubCommand>.Dictionary
Результат SubCommand>.Dictionary
        protected abstract Dictionary<string, SubCommand> CreateCommands();