Click or drag to resize
IInjectorLinkInjectorT Method
Links the injector.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
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