Click or drag to resize

IComponentRegistryHasLocalComponents Property

Gets a value indicating whether the registry contains its own components. True if the registry contains its own components; false if it is forwarding registrations from another external registry.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
bool HasLocalComponents { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Autofac.Core.IComponentRegistry.HasLocalComponents"]

Remarks
This property is used when walking up the scope tree looking for registrations for a new customized scope.
See Also