C# Class AutofacProgrammingLanguage.LanguageModule

Inheritance: Autofac.Module
Show file Open project: BaconSoap/autofac-programming-language

Public Methods

Method Description
LanguageModule ( Assembly executingAssembly ) : System.Linq

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Method Details

LanguageModule() public method

public LanguageModule ( Assembly executingAssembly ) : System.Linq
executingAssembly System.Reflection.Assembly
return System.Linq

Load() protected method

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void