[]
Get the service of specified type.
public static T GetService<T>(this IServiceProvider provider) where T : class
Type | Name | Description |
---|---|---|
IServiceProvider | provider | The service provider to get from. |
Type | Description |
---|---|
T | The found service of specified type. |
Name | Description |
---|---|
T | The type of service to get. |