XmlArrayAttribute
Specifies that the XmlSerializer must serialize a particular class member as an array of XML elements.
Gets or sets the XML element name given to the serialized array.
Gets or sets a value that indicates whether the XML element name generated by the XmlSerializer is qualified or unqualified.
Gets or sets a value that indicates whether the XmlSerializer must serialize a member as an empty XML tag with the xsi:nil attribute set to true.
Gets or sets the namespace of the XML element.
Gets or sets the explicit order in which the elements are serialized or deserialized.
public XmlArrayAttribute()
Initializes a new instance of the XmlArrayAttribute class.
Initializes a new instance of the XmlArrayAttribute class and specifies the XML element name generated in the XML document instance.