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.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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