Creatures.Language.Executors.Executor.Execute C# (CSharp) Method

Execute() private method

private Execute ( ICommand command ) : void
command ICommand
return void
        private void Execute(ICommand command)
        {
            command.AcceptVisitor(this);
        }

Same methods

Executor::Execute ( IEnumerable parsedCommands, IExecutorToolset executorToolset ) : string