Click or drag to resize
ErrorUnitCentralLinkInjectorT Method (T, IErrorUnitCentral)
Links the injector.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public 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.

Implements

IInjectorLinkInjectorT(T, IErrorUnitCentral)
See Also