Share via


UriImageSourceService Constructors

Definition

Overloads

UriImageSourceService()
UriImageSourceService(ILogger<UriImageSourceService>)

UriImageSourceService()

public:
 UriImageSourceService();
public UriImageSourceService ();
Public Sub New ()

Applies to

UriImageSourceService(ILogger<UriImageSourceService>)

public UriImageSourceService (Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService>? logger = default);
new Microsoft.Maui.UriImageSourceService : Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService> -> Microsoft.Maui.UriImageSourceService
Public Sub New (Optional logger As ILogger(Of UriImageSourceService) = Nothing)

Parameters

Applies to