Click or drag to resize
XmlArrayAttribute Class
Specifies that the System.Xml.Serialization.XmlSerializer must serialize a particular class member as an array of XML elements.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Xml.SerializationXmlArrayAttribute

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public class XmlArrayAttribute : Attribute

The XmlArrayAttribute type exposes the following members.

Constructors
  NameDescription
Public methodXmlArrayAttribute
Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute class.
Public methodXmlArrayAttribute(String)
Initializes a new instance of the System.Xml.Serialization.XmlArrayAttribute class and specifies the XML element name generated in the XML document instance.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyElementName
Gets or sets the XML element name given to the serialized array.
Public propertyForm
Gets or sets a value that indicates whether the XML element name generated by the System.Xml.Serialization.XmlSerializer is qualified or unqualified.
Public propertyIsNullable
Gets or sets a value that indicates whether the System.Xml.Serialization.XmlSerializer must serialize a member as an empty XML tag with the xsi:nil attribute set to true.
Public propertyNamespace
Gets or sets the namespace of the XML element.
Public propertyOrder
Gets or sets the explicit order in which the elements are serialized or deserialized.
Top
See Also