Click or drag to resize

AnyConcreteTypeNotAlreadyRegisteredSourceRegistrationConfiguration Property

Gets or sets an expression used to configure generated registrations.

Namespace:  Autofac.Features.ResolveAnything
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public Action<IRegistrationBuilder<Object, ConcreteReflectionActivatorData, SingleRegistrationStyle>> RegistrationConfiguration { get; set; }

Property Value

Type: ActionIRegistrationBuilderObject, ConcreteReflectionActivatorData, SingleRegistrationStyle
A ActionT that can be used to modify the behavior of registrations that are generated by this source.
See Also