Summary
Initializes a new instance of the
ConventionContainerBuilder<TBuilder, TConvention, TDelegate> class.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Convention
Container Builder <TBuilder, TConvention, TDelegate>
Syntax
protected ConventionContainerBuilder(IConventionScanner scanner, IDictionary<object, object> properties)
Parameters
| Name | Type | Description |
|---|---|---|
| scanner | IConventionScanner | The scanner. |
| properties | IDictionary |
The properties. |
Return Value
| Type | Description |
|---|---|
| void |
