Summary
Adds a set of conventions to the scanner
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Host Builder <TSelf>
Syntax
public IConventionHostBuilder AppendConvention(params IConvention[] conventions)
Parameters
Name | Type | Description |
---|---|---|
conventions | IConvention[] | The additional conventions. |
Return Value
Type | Description |
---|---|
I |
IConventionHostBuilder. |