// Assembly: System.Xml
// Full name: System.Xml.XPath.XPathNodeType

namespace System.Xml.XPath
{
public class XPathNodeType // TypeDefIndex: 6831
{
	// Fields
	type#20890 value__;
	type#29048 Root;
	type#29048 Element;
	type#29048 Attribute;
	type#29048 Namespace;
	type#29048 Text;
	type#29048 SignificantWhitespace;
	type#29048 Whitespace;
	type#29048 ProcessingInstruction;
	type#29048 Comment;
	type#29048 All;
}
}
