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();