Click or drag to resize

CurrentGetServiceT Method

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

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Current.GetService``1"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Current.GetService``1"]

See Also