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