CSharpTokenId Class
Contains the token IDs for the C# language.
public class CSharpTokenId : TokenIdProviderBase, ITokenIdProvider, IIdProvider
- Inheritance:
- object TokenIdProviderBase object
- Implements:
- ITokenIdProvider IIdProvider
Remarks
This type was generated by the Actipro Language Designer tool v26.1.0 (http://www.actiprosoftware.com).
Constructors
CSharpTokenId()
Initializes an instance of the class.
public CSharpTokenId()
Properties
MaxId
The maximum ID returned by this provider.
MinId
The minimum ID returned by this provider.
Methods
ContainsId(int)
Returns whether the specified ID value is valid for this ID provider.
public override bool ContainsId(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The ID to examine. |
Returns
- bool:
trueif the ID value is valid; otherwise,false
GetDescription(int)
Returns the actual string representation for the specified ID.
public override string? GetDescription(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The ID to examine. |
Returns
GetKey(int)
Returns the string-based key for the specified ID.
IsCSharpVerbatimStringClassificationType(int)
Returns whether the specified ID value is part of the CSharpVerbatimString classification type.
public static bool IsCSharpVerbatimStringClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsCommentClassificationType(int)
Returns whether the specified ID value is part of the Comment classification type.
public static bool IsCommentClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsIdentifierClassificationType(int)
Returns whether the specified ID value is part of the Identifier classification type.
public static bool IsIdentifierClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsKeywordClassificationType(int)
Returns whether the specified ID value is part of the Keyword classification type.
public static bool IsKeywordClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsNumberClassificationType(int)
Returns whether the specified ID value is part of the Number classification type.
public static bool IsNumberClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsOperatorClassificationType(int)
Returns whether the specified ID value is part of the Operator classification type.
public static bool IsOperatorClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsPreprocessorKeywordClassificationType(int)
Returns whether the specified ID value is part of the PreprocessorKeyword classification type.
public static bool IsPreprocessorKeywordClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsPunctuationClassificationType(int)
Returns whether the specified ID value is part of the Punctuation classification type.
public static bool IsPunctuationClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsStringClassificationType(int)
Returns whether the specified ID value is part of the String classification type.
public static bool IsStringClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsXmlDocumentationCommentClassificationType(int)
Returns whether the specified ID value is part of the XmlDocumentationComment classification type.
public static bool IsXmlDocumentationCommentClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
IsXmlDocumentationTagClassificationType(int)
Returns whether the specified ID value is part of the XmlDocumentationTag classification type.
public static bool IsXmlDocumentationTagClassificationType(int id)
| Parameter | Type | Description |
|---|---|---|
| id | int | The token ID to examine. |
Returns
- bool:
trueif the ID value is in the classification type; otherwise,false
Fields
CloseCurlyBrace
The CloseCurlyBrace token ID.
public const int CloseCurlyBrace = 10003
CloseParenthesis
The CloseParenthesis token ID.
public const int CloseParenthesis = 10007
CloseSquareBrace
The CloseSquareBrace token ID.
public const int CloseSquareBrace = 10005
Colon
The Colon token ID.
public const int Colon = 10010
Comma
The Comma token ID.
public const int Comma = 10009
CommentMultiLine
The CommentMultiLine token ID.
public const int CommentMultiLine = 10016
CommentSingleLine
The CommentSingleLine token ID.
public const int CommentSingleLine = 10015
ContextualKeywordAdd
The ContextualKeywordAdd token ID.
public const int ContextualKeywordAdd = 10112
ContextualKeywordAlias
The ContextualKeywordAlias token ID.
public const int ContextualKeywordAlias = 10113
ContextualKeywordAllows
The ContextualKeywordAllows token ID.
public const int ContextualKeywordAllows = 10114
ContextualKeywordAnd
The ContextualKeywordAnd token ID.
public const int ContextualKeywordAnd = 10115
ContextualKeywordAscending
The ContextualKeywordAscending token ID.
public const int ContextualKeywordAscending = 10116
ContextualKeywordAsync
The ContextualKeywordAsync token ID.
public const int ContextualKeywordAsync = 10117
ContextualKeywordAwait
The ContextualKeywordAwait token ID.
public const int ContextualKeywordAwait = 10118
ContextualKeywordBy
The ContextualKeywordBy token ID.
public const int ContextualKeywordBy = 10119
ContextualKeywordDescending
The ContextualKeywordDescending token ID.
public const int ContextualKeywordDescending = 10120
ContextualKeywordEquals
The ContextualKeywordEquals token ID.
public const int ContextualKeywordEquals = 10121
ContextualKeywordField
The ContextualKeywordField token ID.
public const int ContextualKeywordField = 10122
ContextualKeywordFile
The ContextualKeywordFile token ID.
public const int ContextualKeywordFile = 10123
ContextualKeywordFrom
The ContextualKeywordFrom token ID.
public const int ContextualKeywordFrom = 10124
ContextualKeywordGet
The ContextualKeywordGet token ID.
public const int ContextualKeywordGet = 10125
ContextualKeywordGlobal
The ContextualKeywordGlobal token ID.
public const int ContextualKeywordGlobal = 10126
ContextualKeywordGroup
The ContextualKeywordGroup token ID.
public const int ContextualKeywordGroup = 10127
ContextualKeywordInit
The ContextualKeywordInit token ID.
public const int ContextualKeywordInit = 10128
ContextualKeywordInto
The ContextualKeywordInto token ID.
public const int ContextualKeywordInto = 10129
ContextualKeywordJoin
The ContextualKeywordJoin token ID.
public const int ContextualKeywordJoin = 10130
ContextualKeywordLet
The ContextualKeywordLet token ID.
public const int ContextualKeywordLet = 10131
ContextualKeywordManaged
The ContextualKeywordManaged token ID.
public const int ContextualKeywordManaged = 10132
ContextualKeywordNInt
The ContextualKeywordNInt token ID.
public const int ContextualKeywordNInt = 10134
ContextualKeywordNUInt
The ContextualKeywordNUInt token ID.
public const int ContextualKeywordNUInt = 10137
ContextualKeywordNameOf
The ContextualKeywordNameOf token ID.
public const int ContextualKeywordNameOf = 10133
ContextualKeywordNot
The ContextualKeywordNot token ID.
public const int ContextualKeywordNot = 10135
ContextualKeywordNotNull
The ContextualKeywordNotNull token ID.
public const int ContextualKeywordNotNull = 10136
ContextualKeywordOn
The ContextualKeywordOn token ID.
public const int ContextualKeywordOn = 10138
ContextualKeywordOr
The ContextualKeywordOr token ID.
public const int ContextualKeywordOr = 10139
ContextualKeywordOrderBy
The ContextualKeywordOrderBy token ID.
public const int ContextualKeywordOrderBy = 10140
ContextualKeywordPartial
The ContextualKeywordPartial token ID.
public const int ContextualKeywordPartial = 10141
ContextualKeywordRecord
The ContextualKeywordRecord token ID.
public const int ContextualKeywordRecord = 10142
ContextualKeywordRemove
The ContextualKeywordRemove token ID.
public const int ContextualKeywordRemove = 10143
ContextualKeywordRequired
The ContextualKeywordRequired token ID.
public const int ContextualKeywordRequired = 10144
ContextualKeywordScoped
The ContextualKeywordScoped token ID.
public const int ContextualKeywordScoped = 10145
ContextualKeywordSelect
The ContextualKeywordSelect token ID.
public const int ContextualKeywordSelect = 10146
ContextualKeywordSet
The ContextualKeywordSet token ID.
public const int ContextualKeywordSet = 10147
ContextualKeywordUnmanaged
The ContextualKeywordUnmanaged token ID.
public const int ContextualKeywordUnmanaged = 10148
ContextualKeywordVar
The ContextualKeywordVar token ID.
public const int ContextualKeywordVar = 10149
ContextualKeywordWhen
The ContextualKeywordWhen token ID.
public const int ContextualKeywordWhen = 10150
ContextualKeywordWhere
The ContextualKeywordWhere token ID.
public const int ContextualKeywordWhere = 10151
ContextualKeywordWith
The ContextualKeywordWith token ID.
public const int ContextualKeywordWith = 10152
ContextualKeywordYield
The ContextualKeywordYield token ID.
public const int ContextualKeywordYield = 10153
DocumentationCommentDelimiter
The DocumentationCommentDelimiter token ID.
public const int DocumentationCommentDelimiter = 10017
DocumentationCommentTag
The DocumentationCommentTag token ID.
public const int DocumentationCommentTag = 10018
DocumentationCommentText
The DocumentationCommentText token ID.
public const int DocumentationCommentText = 10019
Dot
The Dot token ID.
public const int Dot = 10008
Identifier
The Identifier token ID.
public const int Identifier = 10033
InterpolatedStringEnd
The InterpolatedStringEnd token ID.
public const int InterpolatedStringEnd = 10022
InterpolatedStringExpressionEnd
The InterpolatedStringExpressionEnd token ID.
public const int InterpolatedStringExpressionEnd = 10024
InterpolatedStringExpressionStart
The InterpolatedStringExpressionStart token ID.
public const int InterpolatedStringExpressionStart = 10023
InterpolatedStringStart
The InterpolatedStringStart token ID.
public const int InterpolatedStringStart = 10020
InterpolatedStringText
The InterpolatedStringText token ID.
public const int InterpolatedStringText = 10021
KeywordAbstract
The KeywordAbstract token ID.
public const int KeywordAbstract = 10034
KeywordAs
The KeywordAs token ID.
public const int KeywordAs = 10035
KeywordBase
The KeywordBase token ID.
public const int KeywordBase = 10036
KeywordBool
The KeywordBool token ID.
public const int KeywordBool = 10037
KeywordBreak
The KeywordBreak token ID.
public const int KeywordBreak = 10038
KeywordByte
The KeywordByte token ID.
public const int KeywordByte = 10039
KeywordCase
The KeywordCase token ID.
public const int KeywordCase = 10040
KeywordCatch
The KeywordCatch token ID.
public const int KeywordCatch = 10041
KeywordChar
The KeywordChar token ID.
public const int KeywordChar = 10042
KeywordChecked
The KeywordChecked token ID.
public const int KeywordChecked = 10043
KeywordClass
The KeywordClass token ID.
public const int KeywordClass = 10044
KeywordConst
The KeywordConst token ID.
public const int KeywordConst = 10045
KeywordContinue
The KeywordContinue token ID.
public const int KeywordContinue = 10046
KeywordDecimal
The KeywordDecimal token ID.
public const int KeywordDecimal = 10047
KeywordDefault
The KeywordDefault token ID.
public const int KeywordDefault = 10048
KeywordDelegate
The KeywordDelegate token ID.
public const int KeywordDelegate = 10049
KeywordDo
The KeywordDo token ID.
public const int KeywordDo = 10050
KeywordDouble
The KeywordDouble token ID.
public const int KeywordDouble = 10051
KeywordDynamic
The KeywordDynamic token ID.
public const int KeywordDynamic = 10052
KeywordElse
The KeywordElse token ID.
public const int KeywordElse = 10053
KeywordEnum
The KeywordEnum token ID.
public const int KeywordEnum = 10054
KeywordEvent
The KeywordEvent token ID.
public const int KeywordEvent = 10055
KeywordExplicit
The KeywordExplicit token ID.
public const int KeywordExplicit = 10056
KeywordExtern
The KeywordExtern token ID.
public const int KeywordExtern = 10057
KeywordFalse
The KeywordFalse token ID.
public const int KeywordFalse = 10058
KeywordFinally
The KeywordFinally token ID.
public const int KeywordFinally = 10059
KeywordFixed
The KeywordFixed token ID.
public const int KeywordFixed = 10060
KeywordFloat
The KeywordFloat token ID.
public const int KeywordFloat = 10061
KeywordFor
The KeywordFor token ID.
public const int KeywordFor = 10062
KeywordForEach
The KeywordForEach token ID.
public const int KeywordForEach = 10063
KeywordGoto
The KeywordGoto token ID.
public const int KeywordGoto = 10064
KeywordIf
The KeywordIf token ID.
public const int KeywordIf = 10065
KeywordImplicit
The KeywordImplicit token ID.
public const int KeywordImplicit = 10066
KeywordIn
The KeywordIn token ID.
public const int KeywordIn = 10067
KeywordInt
The KeywordInt token ID.
public const int KeywordInt = 10068
KeywordInterface
The KeywordInterface token ID.
public const int KeywordInterface = 10069
KeywordInternal
The KeywordInternal token ID.
public const int KeywordInternal = 10070
KeywordIs
The KeywordIs token ID.
public const int KeywordIs = 10071
KeywordLock
The KeywordLock token ID.
public const int KeywordLock = 10072
KeywordLong
The KeywordLong token ID.
public const int KeywordLong = 10073
KeywordNamespace
The KeywordNamespace token ID.
public const int KeywordNamespace = 10074
KeywordNew
The KeywordNew token ID.
public const int KeywordNew = 10075
KeywordNull
The KeywordNull token ID.
public const int KeywordNull = 10076
KeywordObject
The KeywordObject token ID.
public const int KeywordObject = 10077
KeywordOperator
The KeywordOperator token ID.
public const int KeywordOperator = 10078
KeywordOut
The KeywordOut token ID.
public const int KeywordOut = 10079
KeywordOverride
The KeywordOverride token ID.
public const int KeywordOverride = 10080
KeywordParams
The KeywordParams token ID.
public const int KeywordParams = 10081
KeywordPrivate
The KeywordPrivate token ID.
public const int KeywordPrivate = 10082
KeywordProtected
The KeywordProtected token ID.
public const int KeywordProtected = 10083
KeywordPublic
The KeywordPublic token ID.
public const int KeywordPublic = 10084
KeywordReadOnly
The KeywordReadOnly token ID.
public const int KeywordReadOnly = 10085
KeywordRef
The KeywordRef token ID.
public const int KeywordRef = 10086
KeywordReturn
The KeywordReturn token ID.
public const int KeywordReturn = 10087
KeywordSByte
The KeywordSByte token ID.
public const int KeywordSByte = 10088
KeywordSealed
The KeywordSealed token ID.
public const int KeywordSealed = 10089
KeywordShort
The KeywordShort token ID.
public const int KeywordShort = 10090
KeywordSizeOf
The KeywordSizeOf token ID.
public const int KeywordSizeOf = 10091
KeywordStackAlloc
The KeywordStackAlloc token ID.
public const int KeywordStackAlloc = 10092
KeywordStatic
The KeywordStatic token ID.
public const int KeywordStatic = 10093
KeywordString
The KeywordString token ID.
public const int KeywordString = 10094
KeywordStruct
The KeywordStruct token ID.
public const int KeywordStruct = 10095
KeywordSwitch
The KeywordSwitch token ID.
public const int KeywordSwitch = 10096
KeywordThis
The KeywordThis token ID.
public const int KeywordThis = 10097
KeywordThrow
The KeywordThrow token ID.
public const int KeywordThrow = 10098
KeywordTrue
The KeywordTrue token ID.
public const int KeywordTrue = 10099
KeywordTry
The KeywordTry token ID.
public const int KeywordTry = 10100
KeywordTypeOf
The KeywordTypeOf token ID.
public const int KeywordTypeOf = 10101
KeywordUInt
The KeywordUInt token ID.
public const int KeywordUInt = 10102
KeywordULong
The KeywordULong token ID.
public const int KeywordULong = 10103
KeywordUShort
The KeywordUShort token ID.
public const int KeywordUShort = 10106
KeywordUnchecked
The KeywordUnchecked token ID.
public const int KeywordUnchecked = 10104
KeywordUnsafe
The KeywordUnsafe token ID.
public const int KeywordUnsafe = 10105
KeywordUsing
The KeywordUsing token ID.
public const int KeywordUsing = 10107
KeywordVirtual
The KeywordVirtual token ID.
public const int KeywordVirtual = 10108
KeywordVoid
The KeywordVoid token ID.
public const int KeywordVoid = 10109
KeywordVolatile
The KeywordVolatile token ID.
public const int KeywordVolatile = 10110
KeywordWhile
The KeywordWhile token ID.
public const int KeywordWhile = 10111
Lambda
The Lambda token ID.
public const int Lambda = 10014
LineTerminator
The LineTerminator token ID.
public const int LineTerminator = 10001
LiteralBinaryInteger
The LiteralBinaryInteger token ID.
public const int LiteralBinaryInteger = 10025
LiteralCharacter
The LiteralCharacter token ID.
public const int LiteralCharacter = 10029
LiteralDecimalInteger
The LiteralDecimalInteger token ID.
public const int LiteralDecimalInteger = 10026
LiteralHexadecimalInteger
The LiteralHexadecimalInteger token ID.
public const int LiteralHexadecimalInteger = 10027
LiteralRawString
The LiteralRawString token ID.
public const int LiteralRawString = 10032
LiteralReal
The LiteralReal token ID.
public const int LiteralReal = 10028
LiteralString
The LiteralString token ID.
public const int LiteralString = 10030
LiteralVerbatimString
The LiteralVerbatimString token ID.
public const int LiteralVerbatimString = 10031
NamespaceAliasQualifier
The NamespaceAliasQualifier token ID.
public const int NamespaceAliasQualifier = 10013
OpenCurlyBrace
The OpenCurlyBrace token ID.
public const int OpenCurlyBrace = 10002
OpenParenthesis
The OpenParenthesis token ID.
public const int OpenParenthesis = 10006
OpenSquareBrace
The OpenSquareBrace token ID.
public const int OpenSquareBrace = 10004
OperatorAddition
The OperatorAddition token ID.
public const int OperatorAddition = 10154
OperatorAdditionAssignment
The OperatorAdditionAssignment token ID.
public const int OperatorAdditionAssignment = 10176
OperatorAssignment
The OperatorAssignment token ID.
public const int OperatorAssignment = 10164
OperatorBitwiseAnd
The OperatorBitwiseAnd token ID.
public const int OperatorBitwiseAnd = 10159
OperatorBitwiseAndAssignment
The OperatorBitwiseAndAssignment token ID.
public const int OperatorBitwiseAndAssignment = 10181
OperatorBitwiseOr
The OperatorBitwiseOr token ID.
public const int OperatorBitwiseOr = 10160
OperatorBitwiseOrAssignment
The OperatorBitwiseOrAssignment token ID.
public const int OperatorBitwiseOrAssignment = 10182
OperatorConditionalAnd
The OperatorConditionalAnd token ID.
public const int OperatorConditionalAnd = 10169
OperatorConditionalOr
The OperatorConditionalOr token ID.
public const int OperatorConditionalOr = 10170
OperatorDecrement
The OperatorDecrement token ID.
public const int OperatorDecrement = 10168
OperatorDivision
The OperatorDivision token ID.
public const int OperatorDivision = 10157
OperatorDivisionAssignment
The OperatorDivisionAssignment token ID.
public const int OperatorDivisionAssignment = 10179
OperatorEquality
The OperatorEquality token ID.
public const int OperatorEquality = 10172
OperatorExclusiveOr
The OperatorExclusiveOr token ID.
public const int OperatorExclusiveOr = 10161
OperatorExclusiveOrAssignment
The OperatorExclusiveOrAssignment token ID.
public const int OperatorExclusiveOrAssignment = 10183
OperatorGreaterThan
The OperatorGreaterThan token ID.
public const int OperatorGreaterThan = 10166
OperatorGreaterThanOrEqual
The OperatorGreaterThanOrEqual token ID.
public const int OperatorGreaterThanOrEqual = 10175
OperatorIncrement
The OperatorIncrement token ID.
public const int OperatorIncrement = 10167
OperatorInequality
The OperatorInequality token ID.
public const int OperatorInequality = 10173
OperatorLeftShift
The OperatorLeftShift token ID.
public const int OperatorLeftShift = 10171
OperatorLeftShiftAssignment
The OperatorLeftShiftAssignment token ID.
public const int OperatorLeftShiftAssignment = 10184
OperatorLessThan
The OperatorLessThan token ID.
public const int OperatorLessThan = 10165
OperatorLessThanOrEqual
The OperatorLessThanOrEqual token ID.
public const int OperatorLessThanOrEqual = 10174
OperatorModulus
The OperatorModulus token ID.
public const int OperatorModulus = 10158
OperatorModulusAssignment
The OperatorModulusAssignment token ID.
public const int OperatorModulusAssignment = 10180
OperatorMultiplication
The OperatorMultiplication token ID.
public const int OperatorMultiplication = 10156
OperatorMultiplicationAssignment
The OperatorMultiplicationAssignment token ID.
public const int OperatorMultiplicationAssignment = 10178
OperatorNegation
The OperatorNegation token ID.
public const int OperatorNegation = 10162
OperatorNullCoalescing
The OperatorNullCoalescing token ID.
public const int OperatorNullCoalescing = 10188
OperatorNullCoalescingAssignment
The OperatorNullCoalescingAssignment token ID.
public const int OperatorNullCoalescingAssignment = 10189
OperatorOnesComplement
The OperatorOnesComplement token ID.
public const int OperatorOnesComplement = 10163
OperatorPointerDereference
The OperatorPointerDereference token ID.
public const int OperatorPointerDereference = 10187
OperatorRange
The OperatorRange token ID.
public const int OperatorRange = 10190
OperatorRightShiftAssignment
The OperatorRightShiftAssignment token ID.
public const int OperatorRightShiftAssignment = 10185
OperatorSubtraction
The OperatorSubtraction token ID.
public const int OperatorSubtraction = 10155
OperatorSubtractionAssignment
The OperatorSubtractionAssignment token ID.
public const int OperatorSubtractionAssignment = 10177
OperatorUnsignedRightShiftAssignment
The OperatorUnsignedRightShiftAssignment token ID.
public const int OperatorUnsignedRightShiftAssignment = 10186
PreprocessorDirectiveKeywordDefine
The PreprocessorDirectiveKeywordDefine token ID.
public const int PreprocessorDirectiveKeywordDefine = 10195
PreprocessorDirectiveKeywordElIf
The PreprocessorDirectiveKeywordElIf token ID.
public const int PreprocessorDirectiveKeywordElIf = 10193
PreprocessorDirectiveKeywordElse
The PreprocessorDirectiveKeywordElse token ID.
public const int PreprocessorDirectiveKeywordElse = 10192
PreprocessorDirectiveKeywordEndIf
The PreprocessorDirectiveKeywordEndIf token ID.
public const int PreprocessorDirectiveKeywordEndIf = 10194
PreprocessorDirectiveKeywordEndRegion
The PreprocessorDirectiveKeywordEndRegion token ID.
public const int PreprocessorDirectiveKeywordEndRegion = 10201
PreprocessorDirectiveKeywordError
The PreprocessorDirectiveKeywordError token ID.
public const int PreprocessorDirectiveKeywordError = 10198
PreprocessorDirectiveKeywordIf
The PreprocessorDirectiveKeywordIf token ID.
public const int PreprocessorDirectiveKeywordIf = 10191
PreprocessorDirectiveKeywordLine
The PreprocessorDirectiveKeywordLine token ID.
public const int PreprocessorDirectiveKeywordLine = 10199
PreprocessorDirectiveKeywordNullable
The PreprocessorDirectiveKeywordNullable token ID.
public const int PreprocessorDirectiveKeywordNullable = 10203
PreprocessorDirectiveKeywordOther
The PreprocessorDirectiveKeywordOther token ID.
public const int PreprocessorDirectiveKeywordOther = 10204
PreprocessorDirectiveKeywordPragma
The PreprocessorDirectiveKeywordPragma token ID.
public const int PreprocessorDirectiveKeywordPragma = 10202
PreprocessorDirectiveKeywordRegion
The PreprocessorDirectiveKeywordRegion token ID.
public const int PreprocessorDirectiveKeywordRegion = 10200
PreprocessorDirectiveKeywordUndef
The PreprocessorDirectiveKeywordUndef token ID.
public const int PreprocessorDirectiveKeywordUndef = 10196
PreprocessorDirectiveKeywordWarning
The PreprocessorDirectiveKeywordWarning token ID.
public const int PreprocessorDirectiveKeywordWarning = 10197
PreprocessorDirectiveText
The PreprocessorDirectiveText token ID.
public const int PreprocessorDirectiveText = 10205
QuestionMark
The QuestionMark token ID.
public const int QuestionMark = 10012
SemiColon
The SemiColon token ID.
public const int SemiColon = 10011
Whitespace
The Whitespace token ID.
public const int Whitespace = 10000
Inherited Members
- TokenIdProviderBase.DocumentEnd
- TokenIdProviderBase.Invalid
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()