XmlRootAttribute Constructor

 

Initializes a new instance of the XmlRootAttribute class and uses the class name as the name of the XML root element.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodXmlRootAttribute()

Initializes a new instance of the XmlRootAttribute class.

System_CAPS_pubmethodXmlRootAttribute(String^)

Initializes a new instance of the XmlRootAttribute class and specifies the name of the XML root element.

Return to top
Show: