CurrentGetServiceT Method |
Gets a service. Returns null if the service is not found.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static T GetService<T>()
where T : class
Type Parameters
- T
- The service type to retrieve.
Return Value
TThe registered service instance, or
null if no service was found.
See Also