Click or drag to resize

IConfigurationRegistrar Interface

A service for adding configured registrations to a container.

Namespace:  Autofac.Configuration
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public interface IConfigurationRegistrar

The IConfigurationRegistrar type exposes the following members.

Methods
  NameDescription
Public methodRegisterConfiguration
Registers the contents of a configuration object into a container builder.
Top
See Also