Enum CsLexerToken
Represents lexical tokens for C# parser.
public enum CsLexerToken
Fields
Abstract = 1Add = 4Alias = 90ArgList = 85As = 2Ascending = 103Assembly = 5Assign = 123Async = 3Await = 6Bang = 122Base = 7Bitwise_and = 126Bitwise_or = 127Bool = 8Break = 9By = 97Byte = 10Carret = 131Case = 11Catch = 12Char = 13Character_Literal = 161Checked = 14Class = 15Close_brace = 109Close_bracket = 111Close_parens = 113Colon = 116Comma = 115Comment_Literal = 164Consts = 16Continue = 17DblColon = 117DblInterr = 133Decimal = 18Decimal_Literal = 160Default = 19Delegate = 20Descending = 104Directive_Literal = 167Div = 130Do = 21Dot = 114Double = 22Double_Literal = 159Dynamic = 23Else = 24Enum = 25Equals = 100Event = 26Explicit = 27Extern = 28False = 29Finally = 30Fixed = 31Float = 32Float_Literal = 158For = 33Foreach = 34From = 94Get = 106Global = 91Goto = 35Group = 96Identifier_Literal = 163If = 36Implicit = 37In = 38Int = 39Integer_Literal = 157Interface = 40Internal = 41Interr = 132Into = 101Is = 42Join = 95Lambda = 155Let = 102Lock = 43Long = 44Minus = 121Nameof = 45Namespace = 46New = 47Null = 48Object = 49On = 99Op_add_assign = 147Op_and = 142Op_and_assign = 151Op_dec = 135Op_div_assign = 145Op_eq = 140Op_ge = 139Op_gt = 125Op_inc = 134Op_le = 138Op_lt = 124Op_mod_assign = 146Op_mult_assign = 144Op_ne = 141Op_or = 143Op_or_assign = 153Op_ptr = 154Op_shift_left = 136Op_shift_left_assign = 149Op_shift_right = 137Op_shift_right_assign = 150Op_sub_assign = 148Op_xor_assign = 152Open_brace = 108Open_bracket = 110Open_parens = 112Operator = 50OrderBy = 98Out = 51Override = 52Params = 53Partial = 86Percent = 129Plus = 120Private = 54Protected = 55Public = 56Readonly = 57Ref = 58Remove = 60Return = 59Sbyte = 61Sealed = 62Select = 93Semicolon = 118Set = 107Short = 63Sizeof = 64Stackalloc = 65Star = 128Static = 66String = 67String_Literal = 162Struct = 68Switch = 69This = 70Throw = 71Tilde = 119True = 72Try = 73Typeof = 74Uint = 75Ulong = 76Unchecked = 77Unit = 0Unsafe = 78Ushort = 79Using = 80Value = 89Var = 92Virtual = 81Void = 82Volatile = 83When = 105Where = 87While = 84Whitespace_Literal = 168XmlComment = 156XmlComment_Literal = 165XmlInnerComment_Literal = 166Yield = 88