// Assembly: System.Xml
// Full name: System.Xml.XmlNodeType

namespace System.Xml
{
public class XmlNodeType // TypeDefIndex: 6812
{
	// Fields
	type#20890 value__;
	type#29221 None;
	type#29221 Element;
	type#29221 Attribute;
	type#29221 Text;
	type#29221 CDATA;
	type#29221 EntityReference;
	type#29221 Entity;
	type#29221 ProcessingInstruction;
	type#29221 Comment;
	type#29221 Document;
	type#29221 DocumentType;
	type#29221 DocumentFragment;
	type#29221 Notation;
	type#29221 Whitespace;
	type#29221 SignificantWhitespace;
	type#29221 EndElement;
	type#29221 EndEntity;
	type#29221 XmlDeclaration;
}
}
