Click or drag to resize

CurrentRemoveServiceT Method

Removes a service of type T.

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

Type Parameters

T
The service type.
See Also