Open sandboxFocus

Method GetService

GetService<T>()

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