Summary
Initializes a new instance of the
ConventionHostBuilder<TSelf> class.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Host Builder <TSelf>
Syntax
protected ConventionHostBuilder(IConventionScanner scanner, IAssemblyCandidateFinder assemblyCandidateFinder, IAssemblyProvider assemblyProvider, DiagnosticSource diagnosticSource, IServiceProviderDictionary serviceProperties)
Parameters
| Name | Type | Description |
|---|---|---|
| scanner | IConventionScanner | The scanner. |
| assemblyCandidateFinder | I |
The assembly candidate finder. |
| assemblyProvider | IAssemblyProvider | The assembly provider. |
| diagnosticSource | DiagnosticSource | The diagnostic source. |
| serviceProperties | I |
The properties. |
Return Value
| Type | Description |
|---|---|
| void |
