Summary
Executes the register.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Composer
Syntax
public static void Register(IConventionScanner scanner, IConventionContext context, IEnumerable<Type> types)
Parameters
| Name | Type | Description |
|---|---|---|
| scanner | IConventionScanner | The scanner. |
| context | IConventionContext | The context. |
| types | IEnumerable |
The types. |
Return Value
| Type | Description |
|---|---|
| void |
