Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Services/Project­Service­Provider/Get­Required­Service
Open sandboxFocus

Method GetRequiredService

GetRequiredService<T>()

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