Class
IServiceProviderHelper<ServiceType>

Definition

Namespace:Telerik.WinControls.XmlSerialization

Assembly:Telerik.WinControls.dll

Type Parameters:

ServiceType

Syntax:

cs-api-definition
public class IServiceProviderHelper<ServiceType> where ServiceType : class

Inheritance: objectIServiceProviderHelper<ServiceType>

Constructors

IServiceProviderHelper()

Declaration

cs-api-definition
public IServiceProviderHelper()

Methods

GetService(IServiceProvider, string)

Declaration

cs-api-definition
public static ServiceType GetService(IServiceProvider serviceProvider, string caller)

Parameters

serviceProvider

IServiceProvider

caller

string

Returns

ServiceType