C# Class DslConfig.Boo.DslEngines.ServiceDslEngine

DslEngine to compile service definitions in config files
Inheritance: BooDslEngine
Datei anzeigen Open project: johannes-brunner/DslConfig

Protected Methods

Method Description
CustomizeCompiler ( BooCompiler compiler, CompilerPipeline pipeline, string urls ) : void

Method Details

CustomizeCompiler() protected method

protected CustomizeCompiler ( BooCompiler compiler, CompilerPipeline pipeline, string urls ) : void
compiler Boo.Lang.Compiler.BooCompiler
pipeline Boo.Lang.Compiler.CompilerPipeline
urls string
return void