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

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
)

Parameters

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