Summary
Registers the type as the specified service type.
- Namespace
- Cake
.Infrastructure .Composition - Containing Type
- Container
Registration Builder <T, TActivator>
Syntax
public ICakeRegistrationBuilder As(Type type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The service type. |
Return Value
| Type | Description |
|---|---|
| I |
The registration builder. |
