Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Microsoft.​Extensions.​DependencyInjection.​ServiceKeyLookupMode

Assembly: Microsoft.Extensions.DependencyInjection.Abstractions

Specifies how to look up the service key for a parameter.

Values

InheritKey
The key is inherited from the parent service.
NullKey
A <see langword="null" /> key indicates that the parameter should be resolved from unkeyed services. This is useful for DI implementations that require an explicit way to declare that the parameter should be resolved from unkeyed services.
ExplicitKey
The key is explicitly specified.