<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Xml.Serialization.XmlReflectionMember

public class XmlReflectionMember
namespace System.Xml.Serialization { public class XmlReflectionMember { public bool IsReturnValue { get; set; } public string MemberName { get; set; } public Type MemberType { get; set; } public bool OverrideIsNullable { get; set; } public SoapAttributes SoapAttributes { get; set; } public XmlAttributes XmlAttributes { get; set; } public XmlReflectionMember(); } }