Summary
Adds a set of conventions to the scanner
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- I
Convention Host Builder
Syntax
IConventionHostBuilder PrependConvention(IEnumerable<Type> conventions)
Attributes
Type | Description |
---|---|
NotNullAttribute |
Parameters
Name | Type | Description |
---|---|---|
conventions | IEnumerable |
The conventions. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |