AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.CreateCommands C# (CSharp) Méthode

CreateCommands() protected abstract méthode

Subcommand generation method. You must define your subcommands here.
protected abstract CreateCommands ( ) : SubCommand>.Dictionary
Résultat SubCommand>.Dictionary
        protected abstract Dictionary<string, SubCommand> CreateCommands();