MetalamaAPI documentationAdvanced APIMetalama.​Framework.​Engine.​ServicesGlobal­Service­ProviderGet­Required­Service
Open sandboxFocus

GlobalServiceProvider.GetRequiredService Method

GetRequiredService<T>()

Declaration
public T GetRequiredService<T>()
where T : class, IGlobalService
Returns
Type Description
T
Type Parameters
Name Description
T