System.Xml.Serialization.XmlAttributeOverrides
namespace System.Xml.Serialization
{
public class XmlAttributeOverrides
{
public XmlAttributes this[Type type] { get; }
public XmlAttributes this[Type type, string member] { get; }
public XmlAttributeOverrides();
public void Add(Type type, string member, XmlAttributes attributes);
public void Add(Type type, XmlAttributes attributes);
}
}