<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />

XmlAttributes

public class XmlAttributes

public XmlArrayAttribute XmlArray { get; set; }

public XmlAttributeAttribute XmlAttribute { get; set; }

public object XmlDefaultValue { get; set; }

public XmlEnumAttribute XmlEnum { get; set; }

public bool XmlIgnore { get; set; }

public bool Xmlns { get; set; }

public XmlRootAttribute XmlRoot { get; set; }

public XmlTextAttribute XmlText { get; set; }

public XmlTypeAttribute XmlType { get; set; }

public XmlAttributes()

public XmlAttributes(MemberInfo memberInfo)