Click or drag to resize

ConfigurationRegistrarModuleRegistrar Property

Gets the module registration parser.

Namespace:  Autofac.Configuration.Core
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public IModuleRegistrar ModuleRegistrar { get; }

Property Value

Type: IModuleRegistrar
The IModuleRegistrar that will be used to parse configuration values into module registrations.
See Also