XmlAnyElementAttribute Constructor

 

Initializes a new instance of the XmlAnyElementAttribute class.

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

NameDescription
System_CAPS_pubmethodXmlAnyElementAttribute()

Initializes a new instance of the XmlAnyElementAttribute class.

System_CAPS_pubmethodXmlAnyElementAttribute(String^)

Initializes a new instance of the XmlAnyElementAttribute class and specifies the XML element name generated in the XML document.

System_CAPS_pubmethodXmlAnyElementAttribute(String^, String^)

Initializes a new instance of the XmlAnyElementAttribute class and specifies the XML element name generated in the XML document and its XML namespace.

Return to top
Show: