XmlAttributeOverrides
Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object.
Gets the object associated with the specified, base-class, type.
Gets the object associated with the specified (base-class) type. The member parameter specifies the base-class member that is overridden.
public XmlAttributeOverrides()
Initializes a new instance of the XmlAttributeOverrides class.
Adds an XmlAttributes object to the collection of XmlAttributes objects. The type parameter specifies an object to be overridden by the XmlAttributes object.
Adds an XmlAttributes object to the collection of XmlAttributes objects. The type parameter specifies an object to be overridden. The member parameter specifies the name of a member that is overridden.