Summary
Configures the container with the specified registrar, configuration, and arguments.
- Namespace
- Cake
.Infrastructure - Containing Type
- I
Container Configurator
Syntax
void Configure(ICakeContainerRegistrar registrar, ICakeConfiguration configuration, ICakeArguments arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| registrar | I |
The container registrar. |
| configuration | ICakeConfiguration | The Cake configuration. |
| arguments | ICakeArguments | The Cake arguments. |
Return Value
| Type | Description |
|---|---|
| void |
