Click or drag to resize

CurrentGetServiceT Method

Gets a service. Returns null if the service is not found.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static T GetService<T>()
where T : class

Type Parameters

T
The service type to retrieve.

Return Value

T
The registered service instance, or null if no service was found.
See Also