Click or drag to resize

CurrentAddServiceT, U, V(T) Method

[Missing <summary> documentation for "M:Altaxo.Current.AddService``3(``0)"]


Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void AddService<T, U, V>(
	T service
)

Parameters

service  T

[Missing <param name="service"/> documentation for "M:Altaxo.Current.AddService``3(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Current.AddService``3(``0)"]

U

[Missing <typeparam name="U"/> documentation for "M:Altaxo.Current.AddService``3(``0)"]

V

[Missing <typeparam name="V"/> documentation for "M:Altaxo.Current.AddService``3(``0)"]

See Also