Click or drag to resize

CurrentGetServiceT, U Method

[Missing <summary> documentation for "M:Altaxo.Current.GetService``2"]


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

Type Parameters

T

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

U

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

Return Value

T

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

See Also