Click or drag to resize

ConfigurationModule Constructor

Initializes a new instance of the ConfigurationModule class.

Namespace:  Autofac.Configuration
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public ConfigurationModule(
	IConfiguration configuration
)

Parameters

configuration
Type: IConfiguration
An IConfiguration containing the definition for modules and components to register with the container.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if configuration is .
See Also