CachedServiceT, UInstance Property |
Gets the service that is cached here.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T Instance { get; }
Property Value
T
The service, or null, if it was not found.
See Also