Summary
Initializes a new instance of the
ServicesBuilderServiceProviderFactory class.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- Services
Builder Service Provider Factory
Syntax
public ServicesBuilderServiceProviderFactory(Func<IServiceCollection, IServicesBuilder> func)
Parameters
| Name | Type | Description |
|---|---|---|
| func | Func |
The function. |
Return Value
| Type | Description |
|---|---|
| void |
