Click or drag to resize
IInjectorLinkInjectorT Method
Links the injector.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax
C#
T LinkInjector<T>(
	T ioc,
	IErrorUnitCentral errorUnitCentral
)

Parameters

ioc
Type: T
The IoC container.
errorUnitCentral
Type: ErrorUnit.InterfacesIErrorUnitCentral
The ErrorUnitCentral.Instance.

Type Parameters

T
The IoC container type.

Return Value

Type: T
The IoC container with ErrorUnit interception enabled.
See Also