IServiceLocator
Interface
Provides a service locator interface for dependency injection.
Definition
Namespace:Telerik.Maui.Controls.ImageEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public interface IServiceLocator
Methods
GetService<TService>()
TService
Gets a service of the specified type.
C#
TService GetService<TService>() where TService : class
TService
An instance of the requested service type.