Interface IServiceLocator
Namespace: Telerik.XamarinForms.ImageEditor
Assembly: Telerik.XamarinForms.ImageEditor.dll
Syntax
public interface IServiceLocator
Methods
GetService<TService>()
Declaration
TService GetService<TService>()
where TService : class
Returns
TService
|
Type Parameters
TService
|