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

public class LexKind // TypeDefIndex: 7293
{
	// Fields
	type#20890 value__;
	type#34839 Comma;
	type#34839 Slash;
	type#34839 At;
	type#34839 Dot;
	type#34839 LParens;
	type#34839 RParens;
	type#34839 LBracket;
	type#34839 RBracket;
	type#34839 Star;
	type#34839 Plus;
	type#34839 Minus;
	type#34839 Eq;
	type#34839 Lt;
	type#34839 Gt;
	type#34839 Bang;
	type#34839 Dollar;
	type#34839 Apos;
	type#34839 Quote;
	type#34839 Union;
	type#34839 Ne;
	type#34839 Le;
	type#34839 Ge;
	type#34839 And;
	type#34839 Or;
	type#34839 DotDot;
	type#34839 SlashSlash;
	type#34839 Name;
	type#34839 String;
	type#34839 Number;
	type#34839 Axe;
	type#34839 Eof;
}
