Click or drag to resize
XmlTypeAttribute Constructor (String)
Initializes a new instance of the System.Xml.Serialization.XmlTypeAttribute class and specifies the name of the XML type.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public XmlTypeAttribute(
	string typeName
)

Parameters

typeName
Type: SystemString
The name of the XML type that the System.Xml.Serialization.XmlSerializer generates when it serializes the class instance (and recognizes when it deserializes the class instance).
See Also