[]
Represents a container for services.
public interface IServiceContainer : IServiceProvider
Name | Description |
---|---|
AddService(Type, object) | Adds the specified service to the service container. |
RemoveService(Type) | Removes the specified service type from the service container. |