Click or drag to resize
XmlEnumAttribute Constructor
Overload List
  NameDescription
Public methodXmlEnumAttribute
Initializes a new instance of the System.Xml.Serialization.XmlEnumAttribute class.
Public methodXmlEnumAttribute(String)
Initializes a new instance of the System.Xml.Serialization.XmlEnumAttribute class, and specifies the XML value that the System.Xml.Serialization.XmlSerializer generates or recognizes (when it serializes or deserializes the enumeration, respectively).
Top
See Also