ServiceCollectionMap.ServiceCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The underlying IServiceCollection.
public virtual Microsoft.Extensions.DependencyInjection.IServiceCollection ServiceCollection { get; }
member this.ServiceCollection : Microsoft.Extensions.DependencyInjection.IServiceCollection
Public Overridable ReadOnly Property ServiceCollection As IServiceCollection