XmlnsDefinitionAttribute.

XmlnsDefinitionAttribute(string, string) Constructor

Summary

Initializes a new instance of the XmlnsDefinitionAttribute class.
Namespace
Avalonia.Metadata
Containing Type
XmlnsDefinitionAttribute

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