IRegistrationBuilderTLimit, TActivatorData, TRegistrationStyleAs Method |
| Name | Description | |
|---|---|---|
| AsTService |
Configure the services that the component will provide. The generic parameter(s) to As()
will be exposed as TypedService instances.
| |
| AsTService1, TService2 |
Configure the services that the component will provide. The generic parameter(s) to As()
will be exposed as TypedService instances.
| |
| AsTService1, TService2, TService3 |
Configure the services that the component will provide. The generic parameter(s) to As()
will be exposed as TypedService instances.
| |
| As(Type) |
Configure the services that the component will provide.
| |
| As(Service) |
Configure the services that the component will provide.
|