Summary
Initializes a new instance of the
XmlnsDefinitionAttribute
class.
- Namespace
- Avalonia
.Metadata - Containing Type
- Xmlns
Definition Attribute
Syntax
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
Parameters
Name | Type | Description |
---|---|---|
xmlNamespace | string | The URL of the XML namespace. |
clrNamespace | string | The CLR namespace. |
Return Value
Type | Description |
---|---|
void |