XmlArrayItemAttribute Constructor |
Name | Description | |
---|---|---|
XmlArrayItemAttribute |
Initializes a new instance of the System.Xml.Serialization.XmlArrayItemAttribute
class.
| |
XmlArrayItemAttribute(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.
| |
XmlArrayItemAttribute(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.
| |
XmlArrayItemAttribute(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.
|