Click or drag to resize
XmlArrayItemAttribute Constructor
Overload List
  NameDescription
Public methodXmlArrayItemAttribute
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class.
Public methodXmlArrayItemAttribute(String)
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document.
Public methodXmlArrayItemAttribute(Type)
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the System.Type that can be inserted into the serialized array.
Public methodXmlArrayItemAttribute(String, Type)
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document and the System.Type that can be inserted into the generated XML document.
Top
See Also