MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Dependency­InjectionDependency­Injection­Options­BuilderSelector
Open sandboxFocus

DependencyInjectionOptionsBuilder.Selector Property

Selector

Sets a delegate that is called when several dependency injection frameworks have been registered for the current project and many vote to handle a given dependency. The default implementation is to return the first framework in the array.

Declaration
public IDependencyInjectionFrameworkSelector Selector { set; }
Property Value
Type Description
IDependencyInjectionFrameworkSelector