Interface IServiceContainer
This interface combines the capabilities of IServiceCollection and IServiceProvider to define an object that can dynamically add and remove service implementations. See the default implementation ServiceCollection for more information.
note
Implementations must be thread-safe.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public interface IServiceContainer : IServiceCollection