Click or drag to resize

ConfigurationRegistrarComponentRegistrar Property

Gets the component registration parser.

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

Property Value

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