StreamImageSourceService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StreamImageSourceService() | |
StreamImageSourceService(ILogger<StreamImageSourceService>) |
StreamImageSourceService()
- Source:
- StreamImageSourceService.cs
- Source:
- StreamImageSourceService.cs
public:
StreamImageSourceService();
public StreamImageSourceService ();
Public Sub New ()
Applies to
StreamImageSourceService(ILogger<StreamImageSourceService>)
- Source:
- StreamImageSourceService.cs
- Source:
- StreamImageSourceService.cs
public StreamImageSourceService (Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.StreamImageSourceService>? logger = default);
new Microsoft.Maui.StreamImageSourceService : Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.StreamImageSourceService> -> Microsoft.Maui.StreamImageSourceService
Public Sub New (Optional logger As ILogger(Of StreamImageSourceService) = Nothing)
Parameters
- logger
- ILogger<StreamImageSourceService>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.