INamedServiceConfigurator.ConfigureDelegate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the delegate used to configure the service.
public Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>> ConfigureDelegate { get; }
member this.ConfigureDelegate : Action<Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>>
Public ReadOnly Property ConfigureDelegate As Action(Of Action(Of IServiceCollection))