Summary
Adds a set of conventions to the scanner
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- Convention
Scanner Base
Syntax
public IConventionScanner AppendConvention(IEnumerable<IConvention> conventions)
Parameters
Name | Type | Description |
---|---|---|
conventions | IEnumerable |
The conventions. |
Return Value
Type | Description |
---|---|
IConventionScanner | IConventionScanner. |