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

CheckSubCommand() 보호된 메소드

Checks if specified command defined in subcommands list
protected CheckSubCommand ( string command ) : bool
command string Command name
리턴 bool
        protected bool CheckSubCommand(string command)
        {
            return SubCommands.ContainsKey(command);
        }