Summary
Adds an exception to the scanner to exclude a specific type
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- Basic
Convention Scanner
Syntax
public IConventionScanner ExceptConvention(IEnumerable<Type> types)
Parameters
| Name | Type | Description |
|---|---|---|
| types | IEnumerable |
The convention types to exclude. |
Return Value
| Type | Description |
|---|---|
| IConventionScanner | IConventionScanner. |
