Overload_CodeJam_Services_ServiceProviderHelper_GetRequiredService - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
GetRequiredService(T)(IServiceProvider) | Gets the service object of the specified type, or throws an exception if service not registered. |
![]()
|
GetRequiredService(IServiceProvider, Type) | Gets the service object of the specified type, or throws an exception if service not registered. |
