Пример #1
0
        private ICommand ConstructCommandType(Type commandType)
        {
            var commandDef = new CommandDefinition(null, commandType);

            return(commandDef.Instantiate(_options.ParserOptions.ServiceConfigurer));
        }