Method RegisterType
RegisterType<TTo>(IUnityContainer, params Type[])
Declaration
public static IUnityContainer RegisterType<TTo>(this IUnityContainer instance, params Type[] types)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityContainer | instance | |
| Type[] | types |
Returns
| Type | Description |
|---|---|
| IUnityContainer |
Type Parameters
| Name | Description |
|---|---|
| TTo |