Summary
Adds a set of conventions to the scanner
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- IConventionContainer
<TBuilder, TConvention, TDelegate>
Syntax
TBuilder AppendConvention(IEnumerable<in TConvention> conventions)
Parameters
Name | Type | Description |
---|---|---|
conventions | IEnumerable |
The conventions. |
Return Value
Type | Description |
---|---|
TBuilder | TBuilder. |