Table of Contents

Method GetRequiredKeyedService

Namespace
Autofac.Extensions.DependencyInjection
Assembly
Autofac.Extensions.DependencyInjection.dll

GetRequiredKeyedService(Type, object?)

public object GetRequiredKeyedService(Type serviceType, object? serviceKey)

Parameters

serviceType Type
serviceKey object

Returns

object