ManyConsole.ConsoleModeCommand.GetNextCommands C# (CSharp) Méthode

GetNextCommands() public méthode

Runs to get the next available commands
public GetNextCommands ( ) : IEnumerable
Résultat IEnumerable
        public virtual IEnumerable<ConsoleCommand> GetNextCommands()
        {
            return _commandSource();
        }