Summary
Initializes a new instance of the
AssetLoader
class.
- Namespace
- Avalonia
.Shared .PlatformSupport - Containing Type
- AssetLoader
Syntax
public AssetLoader(Assembly assembly = null)
Parameters
Name | Type | Description |
---|---|---|
assembly | Assembly | The default assembly from which to load resm: assets for which no assembly is specified. |
Return Value
Type | Description |
---|---|
void |