Click or drag to resize
XmlQualifiedName Constructor (String, String)
Initializes a new instance of the System.Xml.XmlQualifiedName class with the specified name and namespace.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public XmlQualifiedName(
	string name,
	string ns
)

Parameters

name
Type: SystemString
The local name to use as the name of the System.Xml.XmlQualifiedName object.
ns
Type: SystemString
The namespace for the System.Xml.XmlQualifiedName object.
See Also