Click or drag to resize

ServiceLocatorRegisterT Method

Registers a service which will be locatable

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static void Register<T>(
	T service
)
where T : IAMLService

Parameters

service  T
The service.

Type Parameters

T
The service type.
See Also