Summary
Executes the register.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Composer
Syntax
public static void Register<TContext, TContribution, TDelegate>(IConventionProvider provider, IConventionContext context)
where TContext : IConventionContext where TContribution : IConvention<TContext> where TDelegate : Delegate
Type Parameters
| Name | Description |
|---|---|
| TContext | |
| TContribution | |
| TDelegate |
Parameters
| Name | Type | Description |
|---|---|---|
| provider | IConventionProvider | The provider. |
| context | IConventionContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
