System.Xml.Serialization.XmlIncludeAttribute public class XmlIncludeAttribute : Attribute Documentation Code namespace System.Xml.Serialization { public class XmlIncludeAttribute : Attribute { public Type Type { get; set; } public XmlIncludeAttribute(Type type); } }