Click or drag to resize

AbstractViewContentGetServiceT Method

Gets a required service of the specified type.

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

Type Parameters

T
The service type.

Return Value

T
The requested service.
See Also