System.Xml.Serialization.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();
}
}