Click or drag to resize

IModuleRegistrar Interface

Interface providing fluent syntax for chaining module registrations.

Namespace:  Autofac.Core.Registration
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IModuleRegistrar

The IModuleRegistrar type exposes the following members.

Methods
  NameDescription
Public methodRegisterModule
Add a module to the container.
Top
Extension Methods
See Also