<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Xml.Serialization.SoapAttributes

public class SoapAttributes
namespace System.Xml.Serialization { public class SoapAttributes { public SoapAttributeAttribute SoapAttribute { get; set; } public object SoapDefaultValue { get; set; } public SoapElementAttribute SoapElement { get; set; } public SoapEnumAttribute SoapEnum { get; set; } public bool SoapIgnore { get; set; } public SoapTypeAttribute SoapType { get; set; } public SoapAttributes(); public SoapAttributes(ICustomAttributeProvider provider); } }