XmlArrayItemAttribute Constructor

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the XmlArrayItemAttribute class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
XmlArrayItemAttribute()()() Initializes a new instance of the XmlArrayItemAttribute class.
XmlArrayItemAttribute(String) Initializes a new instance of the XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document.
XmlArrayItemAttribute(Type) Initializes a new instance of the XmlArrayItemAttribute class and specifies the Type that can be inserted into the serialized array.
XmlArrayItemAttribute(String, Type) Initializes a new instance of the XmlArrayItemAttribute class and specifies the name of the XML element generated in the XML document and the Type that can be inserted into the generated XML document.

Top

See Also

Reference

XmlArrayItemAttribute Class

XmlArrayItemAttribute Members

System.Xml.Serialization Namespace