Summary
Adds a registration type to the configuration.
- Namespace
- Cake
.Core .Composition - Containing Type
- I
Cake Registration Builder
Syntax
ICakeRegistrationBuilder As(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The registration type. |
Return Value
Type | Description |
---|---|
I |
The same ICakeRegistrationBuilder instance so that multiple calls can be chained. |