Click or drag to resize

CachedServiceT, URequiredInstance Property

Gets the service that is cached here. An InvalidOperationException is thrown if the service could not be retrieved.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T RequiredInstance { get; }

Property Value

T
The service.
See Also