Summary
Adds a set of delegates to the scanner
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- IConventionScanner
Syntax
IConventionScanner PrependDelegate(IEnumerable<Delegate> delegates)
Parameters
Name | Type | Description |
---|---|---|
delegates | IEnumerable |
The conventions. |
Return Value
Type | Description |
---|---|
IConventionScanner | IConventionScanner. |