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