Summary
Registers a type with the container registry.
- Namespace
- Cake
.Core .Composition - Containing Type
- I
Cake Container Registrar
Syntax
ICakeRegistrationBuilder RegisterType(Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The implementation type to register. |
Return Value
| Type | Description |
|---|---|
| I |
A registration builder used to configure the registration. |
