Summary
Registers the specified context.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- ConventionComposer
<TContext, TContribution, TDelegate>
Syntax
public void Register(TContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | TContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
