In This Article

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 v25.1.0.0 (http://www.actiprosoftware.com).

Constructors

CSharpTokenId()

Initializes an instance of the class.

public CSharpTokenId()

Properties

MaxId

Gets the maximum token ID returned by this provider.

public override int MaxId { get; }

Property Value

int:

The maximum token ID returned by this provider.

MinId

Gets the minimum token ID returned by this provider.

public override int MinId { get; }

Property Value

int:

The minimum token ID returned by this provider.

Methods

ContainsId(int)

Returns whether the specified ID value is valid for this token ID provider.

public override bool ContainsId(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is valid; otherwise, false

GetDescription(int)

Returns the actual string representation for the specified token ID.

public override string GetDescription(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

string:

The actual string representation for the specified token ID.

GetKey(int)

Returns the string-based key for the specified token ID.

public override string GetKey(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

string:

The string-based key for the specified token ID.

IsCSharpVerbatimStringClassificationType(int)

Returns whether the specified ID value is part of the CSharpVerbatimString.

public static bool IsCSharpVerbatimStringClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsCommentClassificationType(int)

Returns whether the specified ID value is part of the Comment.

public static bool IsCommentClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsIdentifierClassificationType(int)

Returns whether the specified ID value is part of the Identifier.

public static bool IsIdentifierClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsKeywordClassificationType(int)

Returns whether the specified ID value is part of the Keyword.

public static bool IsKeywordClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsNumberClassificationType(int)

Returns whether the specified ID value is part of the Number.

public static bool IsNumberClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsOperatorClassificationType(int)

Returns whether the specified ID value is part of the Operator.

public static bool IsOperatorClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsPreprocessorKeywordClassificationType(int)

Returns whether the specified ID value is part of the PreprocessorKeyword.

public static bool IsPreprocessorKeywordClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsStringClassificationType(int)

Returns whether the specified ID value is part of the String.

public static bool IsStringClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsXmlDocumentationCommentClassificationType(int)

Returns whether the specified ID value is part of the XmlDocumentationComment.

public static bool IsXmlDocumentationCommentClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

IsXmlDocumentationTagClassificationType(int)

Returns whether the specified ID value is part of the XmlDocumentationTag.

public static bool IsXmlDocumentationTagClassificationType(int id)
Parameter Type Description
id int

The token ID to examine.

Returns

bool:

true if the ID value is in the classification type; otherwise, false

Fields

CloseCurlyBrace

Gets the CloseCurlyBrace token ID.

public const int CloseCurlyBrace = 10003

CloseParenthesis

Gets the CloseParenthesis token ID.

public const int CloseParenthesis = 10007

CloseSquareBrace

Gets the CloseSquareBrace token ID.

public const int CloseSquareBrace = 10005

Colon

Gets the Colon token ID.

public const int Colon = 10010

Comma

Gets the Comma token ID.

public const int Comma = 10009

CommentMultiLine

Gets the CommentMultiLine token ID.

public const int CommentMultiLine = 10016

CommentSingleLine

Gets the CommentSingleLine token ID.

public const int CommentSingleLine = 10015

ContextualKeywordAdd

Gets the ContextualKeywordAdd token ID.

public const int ContextualKeywordAdd = 10112

ContextualKeywordAlias

Gets the ContextualKeywordAlias token ID.

public const int ContextualKeywordAlias = 10113

ContextualKeywordAllows

Gets the ContextualKeywordAllows token ID.

public const int ContextualKeywordAllows = 10114

ContextualKeywordAnd

Gets the ContextualKeywordAnd token ID.

public const int ContextualKeywordAnd = 10115

ContextualKeywordAscending

Gets the ContextualKeywordAscending token ID.

public const int ContextualKeywordAscending = 10116

ContextualKeywordAsync

Gets the ContextualKeywordAsync token ID.

public const int ContextualKeywordAsync = 10117

ContextualKeywordAwait

Gets the ContextualKeywordAwait token ID.

public const int ContextualKeywordAwait = 10118

ContextualKeywordBy

Gets the ContextualKeywordBy token ID.

public const int ContextualKeywordBy = 10119

ContextualKeywordDescending

Gets the ContextualKeywordDescending token ID.

public const int ContextualKeywordDescending = 10120

ContextualKeywordEquals

Gets the ContextualKeywordEquals token ID.

public const int ContextualKeywordEquals = 10121

ContextualKeywordField

Gets the ContextualKeywordField token ID.

public const int ContextualKeywordField = 10122

ContextualKeywordFile

Gets the ContextualKeywordFile token ID.

public const int ContextualKeywordFile = 10123

ContextualKeywordFrom

Gets the ContextualKeywordFrom token ID.

public const int ContextualKeywordFrom = 10124

ContextualKeywordGet

Gets the ContextualKeywordGet token ID.

public const int ContextualKeywordGet = 10125

ContextualKeywordGlobal

Gets the ContextualKeywordGlobal token ID.

public const int ContextualKeywordGlobal = 10126

ContextualKeywordGroup

Gets the ContextualKeywordGroup token ID.

public const int ContextualKeywordGroup = 10127

ContextualKeywordInit

Gets the ContextualKeywordInit token ID.

public const int ContextualKeywordInit = 10128

ContextualKeywordInto

Gets the ContextualKeywordInto token ID.

public const int ContextualKeywordInto = 10129

ContextualKeywordJoin

Gets the ContextualKeywordJoin token ID.

public const int ContextualKeywordJoin = 10130

ContextualKeywordLet

Gets the ContextualKeywordLet token ID.

public const int ContextualKeywordLet = 10131

ContextualKeywordManaged

Gets the ContextualKeywordManaged token ID.

public const int ContextualKeywordManaged = 10132

ContextualKeywordNInt

Gets the ContextualKeywordNInt token ID.

public const int ContextualKeywordNInt = 10134

ContextualKeywordNUInt

Gets the ContextualKeywordNUInt token ID.

public const int ContextualKeywordNUInt = 10137

ContextualKeywordNameOf

Gets the ContextualKeywordNameOf token ID.

public const int ContextualKeywordNameOf = 10133

ContextualKeywordNot

Gets the ContextualKeywordNot token ID.

public const int ContextualKeywordNot = 10135

ContextualKeywordNotNull

Gets the ContextualKeywordNotNull token ID.

public const int ContextualKeywordNotNull = 10136

ContextualKeywordOn

Gets the ContextualKeywordOn token ID.

public const int ContextualKeywordOn = 10138

ContextualKeywordOr

Gets the ContextualKeywordOr token ID.

public const int ContextualKeywordOr = 10139

ContextualKeywordOrderBy

Gets the ContextualKeywordOrderBy token ID.

public const int ContextualKeywordOrderBy = 10140

ContextualKeywordPartial

Gets the ContextualKeywordPartial token ID.

public const int ContextualKeywordPartial = 10141

ContextualKeywordRecord

Gets the ContextualKeywordRecord token ID.

public const int ContextualKeywordRecord = 10142

ContextualKeywordRemove

Gets the ContextualKeywordRemove token ID.

public const int ContextualKeywordRemove = 10143

ContextualKeywordRequired

Gets the ContextualKeywordRequired token ID.

public const int ContextualKeywordRequired = 10144

ContextualKeywordScoped

Gets the ContextualKeywordScoped token ID.

public const int ContextualKeywordScoped = 10145

ContextualKeywordSelect

Gets the ContextualKeywordSelect token ID.

public const int ContextualKeywordSelect = 10146

ContextualKeywordSet

Gets the ContextualKeywordSet token ID.

public const int ContextualKeywordSet = 10147

ContextualKeywordUnmanaged

Gets the ContextualKeywordUnmanaged token ID.

public const int ContextualKeywordUnmanaged = 10148

ContextualKeywordVar

Gets the ContextualKeywordVar token ID.

public const int ContextualKeywordVar = 10149

ContextualKeywordWhen

Gets the ContextualKeywordWhen token ID.

public const int ContextualKeywordWhen = 10150

ContextualKeywordWhere

Gets the ContextualKeywordWhere token ID.

public const int ContextualKeywordWhere = 10151

ContextualKeywordWith

Gets the ContextualKeywordWith token ID.

public const int ContextualKeywordWith = 10152

ContextualKeywordYield

Gets the ContextualKeywordYield token ID.

public const int ContextualKeywordYield = 10153

DocumentationCommentDelimiter

Gets the DocumentationCommentDelimiter token ID.

public const int DocumentationCommentDelimiter = 10017

DocumentationCommentTag

Gets the DocumentationCommentTag token ID.

public const int DocumentationCommentTag = 10018

DocumentationCommentText

Gets the DocumentationCommentText token ID.

public const int DocumentationCommentText = 10019

Dot

Gets the Dot token ID.

public const int Dot = 10008

Identifier

Gets the Identifier token ID.

public const int Identifier = 10033

InterpolatedStringEnd

Gets the InterpolatedStringEnd token ID.

public const int InterpolatedStringEnd = 10022

InterpolatedStringExpressionEnd

Gets the InterpolatedStringExpressionEnd token ID.

public const int InterpolatedStringExpressionEnd = 10024

InterpolatedStringExpressionStart

Gets the InterpolatedStringExpressionStart token ID.

public const int InterpolatedStringExpressionStart = 10023

InterpolatedStringStart

Gets the InterpolatedStringStart token ID.

public const int InterpolatedStringStart = 10020

InterpolatedStringText

Gets the InterpolatedStringText token ID.

public const int InterpolatedStringText = 10021

KeywordAbstract

Gets the KeywordAbstract token ID.

public const int KeywordAbstract = 10034

KeywordAs

Gets the KeywordAs token ID.

public const int KeywordAs = 10035

KeywordBase

Gets the KeywordBase token ID.

public const int KeywordBase = 10036

KeywordBool

Gets the KeywordBool token ID.

public const int KeywordBool = 10037

KeywordBreak

Gets the KeywordBreak token ID.

public const int KeywordBreak = 10038

KeywordByte

Gets the KeywordByte token ID.

public const int KeywordByte = 10039

KeywordCase

Gets the KeywordCase token ID.

public const int KeywordCase = 10040

KeywordCatch

Gets the KeywordCatch token ID.

public const int KeywordCatch = 10041

KeywordChar

Gets the KeywordChar token ID.

public const int KeywordChar = 10042

KeywordChecked

Gets the KeywordChecked token ID.

public const int KeywordChecked = 10043

KeywordClass

Gets the KeywordClass token ID.

public const int KeywordClass = 10044

KeywordConst

Gets the KeywordConst token ID.

public const int KeywordConst = 10045

KeywordContinue

Gets the KeywordContinue token ID.

public const int KeywordContinue = 10046

KeywordDecimal

Gets the KeywordDecimal token ID.

public const int KeywordDecimal = 10047

KeywordDefault

Gets the KeywordDefault token ID.

public const int KeywordDefault = 10048

KeywordDelegate

Gets the KeywordDelegate token ID.

public const int KeywordDelegate = 10049

KeywordDo

Gets the KeywordDo token ID.

public const int KeywordDo = 10050

KeywordDouble

Gets the KeywordDouble token ID.

public const int KeywordDouble = 10051

KeywordDynamic

Gets the KeywordDynamic token ID.

public const int KeywordDynamic = 10052

KeywordElse

Gets the KeywordElse token ID.

public const int KeywordElse = 10053

KeywordEnum

Gets the KeywordEnum token ID.

public const int KeywordEnum = 10054

KeywordEvent

Gets the KeywordEvent token ID.

public const int KeywordEvent = 10055

KeywordExplicit

Gets the KeywordExplicit token ID.

public const int KeywordExplicit = 10056

KeywordExtern

Gets the KeywordExtern token ID.

public const int KeywordExtern = 10057

KeywordFalse

Gets the KeywordFalse token ID.

public const int KeywordFalse = 10058

KeywordFinally

Gets the KeywordFinally token ID.

public const int KeywordFinally = 10059

KeywordFixed

Gets the KeywordFixed token ID.

public const int KeywordFixed = 10060

KeywordFloat

Gets the KeywordFloat token ID.

public const int KeywordFloat = 10061

KeywordFor

Gets the KeywordFor token ID.

public const int KeywordFor = 10062

KeywordForEach

Gets the KeywordForEach token ID.

public const int KeywordForEach = 10063

KeywordGoto

Gets the KeywordGoto token ID.

public const int KeywordGoto = 10064

KeywordIf

Gets the KeywordIf token ID.

public const int KeywordIf = 10065

KeywordImplicit

Gets the KeywordImplicit token ID.

public const int KeywordImplicit = 10066

KeywordIn

Gets the KeywordIn token ID.

public const int KeywordIn = 10067

KeywordInt

Gets the KeywordInt token ID.

public const int KeywordInt = 10068

KeywordInterface

Gets the KeywordInterface token ID.

public const int KeywordInterface = 10069

KeywordInternal

Gets the KeywordInternal token ID.

public const int KeywordInternal = 10070

KeywordIs

Gets the KeywordIs token ID.

public const int KeywordIs = 10071

KeywordLock

Gets the KeywordLock token ID.

public const int KeywordLock = 10072

KeywordLong

Gets the KeywordLong token ID.

public const int KeywordLong = 10073

KeywordNamespace

Gets the KeywordNamespace token ID.

public const int KeywordNamespace = 10074

KeywordNew

Gets the KeywordNew token ID.

public const int KeywordNew = 10075

KeywordNull

Gets the KeywordNull token ID.

public const int KeywordNull = 10076

KeywordObject

Gets the KeywordObject token ID.

public const int KeywordObject = 10077

KeywordOperator

Gets the KeywordOperator token ID.

public const int KeywordOperator = 10078

KeywordOut

Gets the KeywordOut token ID.

public const int KeywordOut = 10079

KeywordOverride

Gets the KeywordOverride token ID.

public const int KeywordOverride = 10080

KeywordParams

Gets the KeywordParams token ID.

public const int KeywordParams = 10081

KeywordPrivate

Gets the KeywordPrivate token ID.

public const int KeywordPrivate = 10082

KeywordProtected

Gets the KeywordProtected token ID.

public const int KeywordProtected = 10083

KeywordPublic

Gets the KeywordPublic token ID.

public const int KeywordPublic = 10084

KeywordReadOnly

Gets the KeywordReadOnly token ID.

public const int KeywordReadOnly = 10085

KeywordRef

Gets the KeywordRef token ID.

public const int KeywordRef = 10086

KeywordReturn

Gets the KeywordReturn token ID.

public const int KeywordReturn = 10087

KeywordSByte

Gets the KeywordSByte token ID.

public const int KeywordSByte = 10088

KeywordSealed

Gets the KeywordSealed token ID.

public const int KeywordSealed = 10089

KeywordShort

Gets the KeywordShort token ID.

public const int KeywordShort = 10090

KeywordSizeOf

Gets the KeywordSizeOf token ID.

public const int KeywordSizeOf = 10091

KeywordStackAlloc

Gets the KeywordStackAlloc token ID.

public const int KeywordStackAlloc = 10092

KeywordStatic

Gets the KeywordStatic token ID.

public const int KeywordStatic = 10093

KeywordString

Gets the KeywordString token ID.

public const int KeywordString = 10094

KeywordStruct

Gets the KeywordStruct token ID.

public const int KeywordStruct = 10095

KeywordSwitch

Gets the KeywordSwitch token ID.

public const int KeywordSwitch = 10096

KeywordThis

Gets the KeywordThis token ID.

public const int KeywordThis = 10097

KeywordThrow

Gets the KeywordThrow token ID.

public const int KeywordThrow = 10098

KeywordTrue

Gets the KeywordTrue token ID.

public const int KeywordTrue = 10099

KeywordTry

Gets the KeywordTry token ID.

public const int KeywordTry = 10100

KeywordTypeOf

Gets the KeywordTypeOf token ID.

public const int KeywordTypeOf = 10101

KeywordUInt

Gets the KeywordUInt token ID.

public const int KeywordUInt = 10102

KeywordULong

Gets the KeywordULong token ID.

public const int KeywordULong = 10103

KeywordUShort

Gets the KeywordUShort token ID.

public const int KeywordUShort = 10106

KeywordUnchecked

Gets the KeywordUnchecked token ID.

public const int KeywordUnchecked = 10104

KeywordUnsafe

Gets the KeywordUnsafe token ID.

public const int KeywordUnsafe = 10105

KeywordUsing

Gets the KeywordUsing token ID.

public const int KeywordUsing = 10107

KeywordVirtual

Gets the KeywordVirtual token ID.

public const int KeywordVirtual = 10108

KeywordVoid

Gets the KeywordVoid token ID.

public const int KeywordVoid = 10109

KeywordVolatile

Gets the KeywordVolatile token ID.

public const int KeywordVolatile = 10110

KeywordWhile

Gets the KeywordWhile token ID.

public const int KeywordWhile = 10111

Lambda

Gets the Lambda token ID.

public const int Lambda = 10014

LineTerminator

Gets the LineTerminator token ID.

public const int LineTerminator = 10001

LiteralBinaryInteger

Gets the LiteralBinaryInteger token ID.

public const int LiteralBinaryInteger = 10025

LiteralCharacter

Gets the LiteralCharacter token ID.

public const int LiteralCharacter = 10029

LiteralDecimalInteger

Gets the LiteralDecimalInteger token ID.

public const int LiteralDecimalInteger = 10026

LiteralHexadecimalInteger

Gets the LiteralHexadecimalInteger token ID.

public const int LiteralHexadecimalInteger = 10027

LiteralRawString

Gets the LiteralRawString token ID.

public const int LiteralRawString = 10032

LiteralReal

Gets the LiteralReal token ID.

public const int LiteralReal = 10028

LiteralString

Gets the LiteralString token ID.

public const int LiteralString = 10030

LiteralVerbatimString

Gets the LiteralVerbatimString token ID.

public const int LiteralVerbatimString = 10031

NamespaceAliasQualifier

Gets the NamespaceAliasQualifier token ID.

public const int NamespaceAliasQualifier = 10013

OpenCurlyBrace

Gets the OpenCurlyBrace token ID.

public const int OpenCurlyBrace = 10002

OpenParenthesis

Gets the OpenParenthesis token ID.

public const int OpenParenthesis = 10006

OpenSquareBrace

Gets the OpenSquareBrace token ID.

public const int OpenSquareBrace = 10004

OperatorAddition

Gets the OperatorAddition token ID.

public const int OperatorAddition = 10154

OperatorAdditionAssignment

Gets the OperatorAdditionAssignment token ID.

public const int OperatorAdditionAssignment = 10176

OperatorAssignment

Gets the OperatorAssignment token ID.

public const int OperatorAssignment = 10164

OperatorBitwiseAnd

Gets the OperatorBitwiseAnd token ID.

public const int OperatorBitwiseAnd = 10159

OperatorBitwiseAndAssignment

Gets the OperatorBitwiseAndAssignment token ID.

public const int OperatorBitwiseAndAssignment = 10181

OperatorBitwiseOr

Gets the OperatorBitwiseOr token ID.

public const int OperatorBitwiseOr = 10160

OperatorBitwiseOrAssignment

Gets the OperatorBitwiseOrAssignment token ID.

public const int OperatorBitwiseOrAssignment = 10182

OperatorConditionalAnd

Gets the OperatorConditionalAnd token ID.

public const int OperatorConditionalAnd = 10169

OperatorConditionalOr

Gets the OperatorConditionalOr token ID.

public const int OperatorConditionalOr = 10170

OperatorDecrement

Gets the OperatorDecrement token ID.

public const int OperatorDecrement = 10168

OperatorDivision

Gets the OperatorDivision token ID.

public const int OperatorDivision = 10157

OperatorDivisionAssignment

Gets the OperatorDivisionAssignment token ID.

public const int OperatorDivisionAssignment = 10179

OperatorEquality

Gets the OperatorEquality token ID.

public const int OperatorEquality = 10172

OperatorExclusiveOr

Gets the OperatorExclusiveOr token ID.

public const int OperatorExclusiveOr = 10161

OperatorExclusiveOrAssignment

Gets the OperatorExclusiveOrAssignment token ID.

public const int OperatorExclusiveOrAssignment = 10183

OperatorGreaterThan

Gets the OperatorGreaterThan token ID.

public const int OperatorGreaterThan = 10166

OperatorGreaterThanOrEqual

Gets the OperatorGreaterThanOrEqual token ID.

public const int OperatorGreaterThanOrEqual = 10175

OperatorIncrement

Gets the OperatorIncrement token ID.

public const int OperatorIncrement = 10167

OperatorInequality

Gets the OperatorInequality token ID.

public const int OperatorInequality = 10173

OperatorLeftShift

Gets the OperatorLeftShift token ID.

public const int OperatorLeftShift = 10171

OperatorLeftShiftAssignment

Gets the OperatorLeftShiftAssignment token ID.

public const int OperatorLeftShiftAssignment = 10184

OperatorLessThan

Gets the OperatorLessThan token ID.

public const int OperatorLessThan = 10165

OperatorLessThanOrEqual

Gets the OperatorLessThanOrEqual token ID.

public const int OperatorLessThanOrEqual = 10174

OperatorModulus

Gets the OperatorModulus token ID.

public const int OperatorModulus = 10158

OperatorModulusAssignment

Gets the OperatorModulusAssignment token ID.

public const int OperatorModulusAssignment = 10180

OperatorMultiplication

Gets the OperatorMultiplication token ID.

public const int OperatorMultiplication = 10156

OperatorMultiplicationAssignment

Gets the OperatorMultiplicationAssignment token ID.

public const int OperatorMultiplicationAssignment = 10178

OperatorNegation

Gets the OperatorNegation token ID.

public const int OperatorNegation = 10162

OperatorNullCoalescing

Gets the OperatorNullCoalescing token ID.

public const int OperatorNullCoalescing = 10188

OperatorNullCoalescingAssignment

Gets the OperatorNullCoalescingAssignment token ID.

public const int OperatorNullCoalescingAssignment = 10189

OperatorOnesComplement

Gets the OperatorOnesComplement token ID.

public const int OperatorOnesComplement = 10163

OperatorPointerDereference

Gets the OperatorPointerDereference token ID.

public const int OperatorPointerDereference = 10187

OperatorRange

Gets the OperatorRange token ID.

public const int OperatorRange = 10190

OperatorRightShiftAssignment

Gets the OperatorRightShiftAssignment token ID.

public const int OperatorRightShiftAssignment = 10185

OperatorSubtraction

Gets the OperatorSubtraction token ID.

public const int OperatorSubtraction = 10155

OperatorSubtractionAssignment

Gets the OperatorSubtractionAssignment token ID.

public const int OperatorSubtractionAssignment = 10177

OperatorUnsignedRightShiftAssignment

Gets the OperatorUnsignedRightShiftAssignment token ID.

public const int OperatorUnsignedRightShiftAssignment = 10186

PreprocessorDirectiveKeywordDefine

Gets the PreprocessorDirectiveKeywordDefine token ID.

public const int PreprocessorDirectiveKeywordDefine = 10195

PreprocessorDirectiveKeywordElIf

Gets the PreprocessorDirectiveKeywordElIf token ID.

public const int PreprocessorDirectiveKeywordElIf = 10193

PreprocessorDirectiveKeywordElse

Gets the PreprocessorDirectiveKeywordElse token ID.

public const int PreprocessorDirectiveKeywordElse = 10192

PreprocessorDirectiveKeywordEndIf

Gets the PreprocessorDirectiveKeywordEndIf token ID.

public const int PreprocessorDirectiveKeywordEndIf = 10194

PreprocessorDirectiveKeywordEndRegion

Gets the PreprocessorDirectiveKeywordEndRegion token ID.

public const int PreprocessorDirectiveKeywordEndRegion = 10201

PreprocessorDirectiveKeywordError

Gets the PreprocessorDirectiveKeywordError token ID.

public const int PreprocessorDirectiveKeywordError = 10198

PreprocessorDirectiveKeywordIf

Gets the PreprocessorDirectiveKeywordIf token ID.

public const int PreprocessorDirectiveKeywordIf = 10191

PreprocessorDirectiveKeywordLine

Gets the PreprocessorDirectiveKeywordLine token ID.

public const int PreprocessorDirectiveKeywordLine = 10199

PreprocessorDirectiveKeywordNullable

Gets the PreprocessorDirectiveKeywordNullable token ID.

public const int PreprocessorDirectiveKeywordNullable = 10203

PreprocessorDirectiveKeywordPragma

Gets the PreprocessorDirectiveKeywordPragma token ID.

public const int PreprocessorDirectiveKeywordPragma = 10202

PreprocessorDirectiveKeywordRegion

Gets the PreprocessorDirectiveKeywordRegion token ID.

public const int PreprocessorDirectiveKeywordRegion = 10200

PreprocessorDirectiveKeywordUndef

Gets the PreprocessorDirectiveKeywordUndef token ID.

public const int PreprocessorDirectiveKeywordUndef = 10196

PreprocessorDirectiveKeywordWarning

Gets the PreprocessorDirectiveKeywordWarning token ID.

public const int PreprocessorDirectiveKeywordWarning = 10197

PreprocessorDirectiveText

Gets the PreprocessorDirectiveText token ID.

public const int PreprocessorDirectiveText = 10204

QuestionMark

Gets the QuestionMark token ID.

public const int QuestionMark = 10012

SemiColon

Gets the SemiColon token ID.

public const int SemiColon = 10011

Whitespace

Gets the Whitespace token ID.

public const int Whitespace = 10000

Inherited Members