Summary
Adds an exception to the scanner to exclude a specific type
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- Convention
Scanner Base
Syntax
public IConventionScanner ExceptConvention(params Type[] types)
Parameters
Name | Type | Description |
---|---|---|
types | Type[] | The additional types to exclude. |
Return Value
Type | Description |
---|---|
IConventionScanner | IConventionScanner. |