IServiceContainer Interface

IServiceContainer interface

Provides a container for services.

public interface IServiceContainer : IDisposable, IServiceProvider

Methods

Name Description
AddService<TService>(TService) Adds the specified service to the service container.

See Also