CurrentGetRequiredServiceT Method |
Retrieves the service of type
T from the provider.
If the service cannot be found, a
ServiceNotFoundException will be thrown.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static T GetRequiredService<T>()
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Current.GetRequiredService``1"]
Return Value
T[Missing <returns> documentation for "M:Altaxo.Current.GetRequiredService``1"]
See Also