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

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public T LinkInjector<T>(
	T ioc
)

Parameters

ioc
Type: T
The IoC container.

Type Parameters

T
The IoC container type.

Return Value

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