Class IServiceProviderHelper<ServiceType>
Inheritance
System.Object
IServiceProviderHelper<ServiceType>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class IServiceProviderHelper<ServiceType>
where ServiceType : class
Type Parameters
ServiceType
|
Constructors
IServiceProviderHelper()
Declaration
public IServiceProviderHelper()
Methods
GetService(IServiceProvider, String)
Declaration
public static ServiceType GetService(IServiceProvider serviceProvider, string caller)
Parameters
System.IServiceProvider
serviceProvider
|
System.String
caller
|
Returns
ServiceType
|