ManyConsole.ConsoleModeCommand.GetNextCommands C# (CSharp) Метод

GetNextCommands() публичный Метод

Runs to get the next available commands
public GetNextCommands ( ) : IEnumerable
Результат IEnumerable
        public virtual IEnumerable<ConsoleCommand> GetNextCommands()
        {
            return _commandSource();
        }