Table of Contents

Class ServiceCollectionExtensions

Namespace
Innova.Data
Assembly
Innova.Data.dll

Provides extension methods for IServiceCollection.

public static class ServiceCollectionExtensions
Inheritance
object
ServiceCollectionExtensions

Methods

Remove(IServiceCollection, Type)

Removes all service descriptors of the specified serviceType from the services collection.

Remove<T>(IServiceCollection)

Removes all service descriptors of the specified type T from the services collection.