Summary
Uses all the conventions and calls the register method for all of them.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- IConventionComposer
Syntax
void Register(IConventionContext context, IEnumerable<Type> types)
Parameters
| Name | Type | Description |
|---|---|---|
| context | IConventionContext | The valid context for the types |
| types | IEnumerable |
The types to compose with. This type will either be a System.Delegate that takes
IConventionContext, or a type that implements IConvention<TContext>
|
Return Value
| Type | Description |
|---|---|
| void |
