Open sandboxFocus

Method GetService

GetService<T>(bool)

Declaration
T GetService<T>(bool throwing = true) where T : class, IService
Parameters
Type Name Description
bool throwing
Returns
Type Description
T
Type Parameters
Name Description
T