XmlAnyElementAttribute
Specifies that the member (a field that returns an array of XmlElement or XmlNode objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.
Gets or sets the XML element name.
Gets or sets the XML namespace generated in the XML document.
Gets or sets the explicit order in which the elements are serialized or deserialized.
public XmlAnyElementAttribute()
Initializes a new instance of the XmlAnyElementAttribute class.
Initializes a new instance of the XmlAnyElementAttribute class and specifies the XML element name generated in the XML document.
Initializes a new instance of the XmlAnyElementAttribute class and specifies the XML element name generated in the XML document and its XML namespace.