Click or drag to resize

FallbackServiceProviderGetService Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.FallbackServiceProvider.GetService(System.Type)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object? GetService(
	Type serviceType
)

Parameters

serviceType  Type

[Missing <param name="serviceType"/> documentation for "M:Altaxo.Main.Services.FallbackServiceProvider.GetService(System.Type)"]

Return Value

Object

[Missing <returns> documentation for "M:Altaxo.Main.Services.FallbackServiceProvider.GetService(System.Type)"]

Implements

IServiceProviderGetService(Type)
See Also