Summary
Registers a type for dependency injection.
- Namespace
- Cake
.Infrastructure .Composition - Containing Type
- AutofacTypeRegistrar
Syntax
public ICakeRegistrationBuilder RegisterType(Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type to register. |
Return Value
| Type | Description |
|---|---|
| I |
A registration builder. |
