Selector
Gets or 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 { get; init; }
Property Value
Type | Description |
---|---|
IDependencyInjectionFrameworkSelector |