C# Class AutofacProgrammingLanguage.LanguageModule

Inheritance: Autofac.Module
Afficher le fichier Open project: BaconSoap/autofac-programming-language

Méthodes publiques

Méthode Description
LanguageModule ( Assembly executingAssembly ) : System.Linq

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Method Details

LanguageModule() public méthode

public LanguageModule ( Assembly executingAssembly ) : System.Linq
executingAssembly System.Reflection.Assembly
Résultat System.Linq

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void