Summary
Adds a set of conventions to the scanner
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- IConventionScanner
Syntax
IConventionScanner AppendConvention(params Type[] conventions)
Parameters
| Name | Type | Description |
|---|---|---|
| conventions | Type[] | The additional conventions. |
Return Value
| Type | Description |
|---|---|
| IConventionScanner | IConventionScanner. |
