Summary
The default constructor
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- Basic
Convention Scanner
Syntax
public BasicConventionScanner(IServiceProvider serviceProvider, params IConvention[] conventions)
Parameters
| Name | Type | Description |
|---|---|---|
| serviceProvider | IServiceProvider | The service provider (generally a ServiceProviderDictionary) |
| conventions | IConvention[] | The initial list of conventions |
Return Value
| Type | Description |
|---|---|
| void |
