XmlMetadata public class XmlMetadata Documentation public Type Type { get; } public IEnumerable<Type> XmlIncludes { get; } public XmlRootAttribute XmlRoot { get; } public XmlTypeAttribute XmlType { get; } public XmlMetadata(Type type, XmlTypeAttribute xmlType, XmlRootAttribute xmlRoot, IEnumerable<Type> xmlIncludes)