Interface IAutofacContainerBuilderProvider
Interface for Autofac container builder provider.
Namespace: Kephas.Composition.Autofac.Conventions
Assembly: Kephas.Composition.Autofac.dll
Syntax
public interface IAutofacContainerBuilderProvider
Methods
| Improve this Doc View SourceGetContainerBuilder()
Gets the container builder.
Declaration
ContainerBuilder GetContainerBuilder()
Returns
| Type | Description |
|---|---|
| Autofac.ContainerBuilder | The container builder. |