ErrorUnitCentralLinkInjectorT Method (T) |
Links the injector.
Namespace: ErrorUnitAssembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax public T LinkInjector<T>(
T ioc
)
Parameters
- ioc
- Type: T
The IoC container.
Type Parameters
- T
- The IoC container type.
Return Value
Type:
TThe IoC container with ErrorUnit interception enabled.
See Also