ISupportRequiredService Interface

Definition

Optional contract used by GetRequiredService<T>(IServiceProvider) to resolve services if supported by IServiceProvider.

C#
public interface ISupportRequiredService

Methods

GetRequiredService(Type)

Gets service of type serviceType from the IServiceProvider implementing this interface.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)