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 = 10115

ContextualKeywordAlias

Gets the ContextualKeywordAlias token ID.

public const int ContextualKeywordAlias = 10116

ContextualKeywordAllows

Gets the ContextualKeywordAllows token ID.

public const int ContextualKeywordAllows = 10117

ContextualKeywordAnd

Gets the ContextualKeywordAnd token ID.

public const int ContextualKeywordAnd = 10118

ContextualKeywordAscending

Gets the ContextualKeywordAscending token ID.

public const int ContextualKeywordAscending = 10119

ContextualKeywordAsync

Gets the ContextualKeywordAsync token ID.

public const int ContextualKeywordAsync = 10120

ContextualKeywordAwait

Gets the ContextualKeywordAwait token ID.

public const int ContextualKeywordAwait = 10121

ContextualKeywordBy

Gets the ContextualKeywordBy token ID.

public const int ContextualKeywordBy = 10122

ContextualKeywordDescending

Gets the ContextualKeywordDescending token ID.

public const int ContextualKeywordDescending = 10123

ContextualKeywordEquals

Gets the ContextualKeywordEquals token ID.

public const int ContextualKeywordEquals = 10124

ContextualKeywordField

Gets the ContextualKeywordField token ID.

public const int ContextualKeywordField = 10125

ContextualKeywordFile

Gets the ContextualKeywordFile token ID.

public const int ContextualKeywordFile = 10126

ContextualKeywordFrom

Gets the ContextualKeywordFrom token ID.

public const int ContextualKeywordFrom = 10127

ContextualKeywordGet

Gets the ContextualKeywordGet token ID.

public const int ContextualKeywordGet = 10128

ContextualKeywordGlobal

Gets the ContextualKeywordGlobal token ID.

public const int ContextualKeywordGlobal = 10129

ContextualKeywordGroup

Gets the ContextualKeywordGroup token ID.

public const int ContextualKeywordGroup = 10130

ContextualKeywordInit

Gets the ContextualKeywordInit token ID.

public const int ContextualKeywordInit = 10131

ContextualKeywordInto

Gets the ContextualKeywordInto token ID.

public const int ContextualKeywordInto = 10132

ContextualKeywordJoin

Gets the ContextualKeywordJoin token ID.

public const int ContextualKeywordJoin = 10133

ContextualKeywordLet

Gets the ContextualKeywordLet token ID.

public const int ContextualKeywordLet = 10134

ContextualKeywordManaged

Gets the ContextualKeywordManaged token ID.

public const int ContextualKeywordManaged = 10135

ContextualKeywordNInt

Gets the ContextualKeywordNInt token ID.

public const int ContextualKeywordNInt = 10137

ContextualKeywordNUInt

Gets the ContextualKeywordNUInt token ID.

public const int ContextualKeywordNUInt = 10140

ContextualKeywordNameOf

Gets the ContextualKeywordNameOf token ID.

public const int ContextualKeywordNameOf = 10136

ContextualKeywordNot

Gets the ContextualKeywordNot token ID.

public const int ContextualKeywordNot = 10138

ContextualKeywordNotNull

Gets the ContextualKeywordNotNull token ID.

public const int ContextualKeywordNotNull = 10139

ContextualKeywordOn

Gets the ContextualKeywordOn token ID.

public const int ContextualKeywordOn = 10141

ContextualKeywordOr

Gets the ContextualKeywordOr token ID.

public const int ContextualKeywordOr = 10142

ContextualKeywordOrderBy

Gets the ContextualKeywordOrderBy token ID.

public const int ContextualKeywordOrderBy = 10143

ContextualKeywordPartial

Gets the ContextualKeywordPartial token ID.

public const int ContextualKeywordPartial = 10144

ContextualKeywordRecord

Gets the ContextualKeywordRecord token ID.

public const int ContextualKeywordRecord = 10145

ContextualKeywordRemove

Gets the ContextualKeywordRemove token ID.

public const int ContextualKeywordRemove = 10146

ContextualKeywordRequired

Gets the ContextualKeywordRequired token ID.

public const int ContextualKeywordRequired = 10147

ContextualKeywordScoped

Gets the ContextualKeywordScoped token ID.

public const int ContextualKeywordScoped = 10148

ContextualKeywordSelect

Gets the ContextualKeywordSelect token ID.

public const int ContextualKeywordSelect = 10149

ContextualKeywordSet

Gets the ContextualKeywordSet token ID.

public const int ContextualKeywordSet = 10150

ContextualKeywordUnmanaged

Gets the ContextualKeywordUnmanaged token ID.

public const int ContextualKeywordUnmanaged = 10151

ContextualKeywordVar

Gets the ContextualKeywordVar token ID.

public const int ContextualKeywordVar = 10152

ContextualKeywordWhen

Gets the ContextualKeywordWhen token ID.

public const int ContextualKeywordWhen = 10153

ContextualKeywordWhere

Gets the ContextualKeywordWhere token ID.

public const int ContextualKeywordWhere = 10154

ContextualKeywordWith

Gets the ContextualKeywordWith token ID.

public const int ContextualKeywordWith = 10155

ContextualKeywordYield

Gets the ContextualKeywordYield token ID.

public const int ContextualKeywordYield = 10156

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 = 10036

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 = 10037

KeywordAs

Gets the KeywordAs token ID.

public const int KeywordAs = 10038

KeywordBase

Gets the KeywordBase token ID.

public const int KeywordBase = 10039

KeywordBool

Gets the KeywordBool token ID.

public const int KeywordBool = 10040

KeywordBreak

Gets the KeywordBreak token ID.

public const int KeywordBreak = 10041

KeywordByte

Gets the KeywordByte token ID.

public const int KeywordByte = 10042

KeywordCase

Gets the KeywordCase token ID.

public const int KeywordCase = 10043

KeywordCatch

Gets the KeywordCatch token ID.

public const int KeywordCatch = 10044

KeywordChar

Gets the KeywordChar token ID.

public const int KeywordChar = 10045

KeywordChecked

Gets the KeywordChecked token ID.

public const int KeywordChecked = 10046

KeywordClass

Gets the KeywordClass token ID.

public const int KeywordClass = 10047

KeywordConst

Gets the KeywordConst token ID.

public const int KeywordConst = 10048

KeywordContinue

Gets the KeywordContinue token ID.

public const int KeywordContinue = 10049

KeywordDecimal

Gets the KeywordDecimal token ID.

public const int KeywordDecimal = 10050

KeywordDefault

Gets the KeywordDefault token ID.

public const int KeywordDefault = 10051

KeywordDelegate

Gets the KeywordDelegate token ID.

public const int KeywordDelegate = 10052

KeywordDo

Gets the KeywordDo token ID.

public const int KeywordDo = 10053

KeywordDouble

Gets the KeywordDouble token ID.

public const int KeywordDouble = 10054

KeywordDynamic

Gets the KeywordDynamic token ID.

public const int KeywordDynamic = 10055

KeywordElse

Gets the KeywordElse token ID.

public const int KeywordElse = 10056

KeywordEnum

Gets the KeywordEnum token ID.

public const int KeywordEnum = 10057

KeywordEvent

Gets the KeywordEvent token ID.

public const int KeywordEvent = 10058

KeywordExplicit

Gets the KeywordExplicit token ID.

public const int KeywordExplicit = 10059

KeywordExtern

Gets the KeywordExtern token ID.

public const int KeywordExtern = 10060

KeywordFalse

Gets the KeywordFalse token ID.

public const int KeywordFalse = 10061

KeywordFinally

Gets the KeywordFinally token ID.

public const int KeywordFinally = 10062

KeywordFixed

Gets the KeywordFixed token ID.

public const int KeywordFixed = 10063

KeywordFloat

Gets the KeywordFloat token ID.

public const int KeywordFloat = 10064

KeywordFor

Gets the KeywordFor token ID.

public const int KeywordFor = 10065

KeywordForEach

Gets the KeywordForEach token ID.

public const int KeywordForEach = 10066

KeywordGoto

Gets the KeywordGoto token ID.

public const int KeywordGoto = 10067

KeywordIf

Gets the KeywordIf token ID.

public const int KeywordIf = 10068

KeywordImplicit

Gets the KeywordImplicit token ID.

public const int KeywordImplicit = 10069

KeywordIn

Gets the KeywordIn token ID.

public const int KeywordIn = 10070

KeywordInt

Gets the KeywordInt token ID.

public const int KeywordInt = 10071

KeywordInterface

Gets the KeywordInterface token ID.

public const int KeywordInterface = 10072

KeywordInternal

Gets the KeywordInternal token ID.

public const int KeywordInternal = 10073

KeywordIs

Gets the KeywordIs token ID.

public const int KeywordIs = 10074

KeywordLock

Gets the KeywordLock token ID.

public const int KeywordLock = 10075

KeywordLong

Gets the KeywordLong token ID.

public const int KeywordLong = 10076

KeywordNamespace

Gets the KeywordNamespace token ID.

public const int KeywordNamespace = 10077

KeywordNew

Gets the KeywordNew token ID.

public const int KeywordNew = 10078

KeywordNull

Gets the KeywordNull token ID.

public const int KeywordNull = 10079

KeywordObject

Gets the KeywordObject token ID.

public const int KeywordObject = 10080

KeywordOperator

Gets the KeywordOperator token ID.

public const int KeywordOperator = 10081

KeywordOut

Gets the KeywordOut token ID.

public const int KeywordOut = 10082

KeywordOverride

Gets the KeywordOverride token ID.

public const int KeywordOverride = 10083

KeywordParams

Gets the KeywordParams token ID.

public const int KeywordParams = 10084

KeywordPrivate

Gets the KeywordPrivate token ID.

public const int KeywordPrivate = 10085

KeywordProtected

Gets the KeywordProtected token ID.

public const int KeywordProtected = 10086

KeywordPublic

Gets the KeywordPublic token ID.

public const int KeywordPublic = 10087

KeywordReadOnly

Gets the KeywordReadOnly token ID.

public const int KeywordReadOnly = 10088

KeywordRef

Gets the KeywordRef token ID.

public const int KeywordRef = 10089

KeywordReturn

Gets the KeywordReturn token ID.

public const int KeywordReturn = 10090

KeywordSByte

Gets the KeywordSByte token ID.

public const int KeywordSByte = 10091

KeywordSealed

Gets the KeywordSealed token ID.

public const int KeywordSealed = 10092

KeywordShort

Gets the KeywordShort token ID.

public const int KeywordShort = 10093

KeywordSizeOf

Gets the KeywordSizeOf token ID.

public const int KeywordSizeOf = 10094

KeywordStackAlloc

Gets the KeywordStackAlloc token ID.

public const int KeywordStackAlloc = 10095

KeywordStatic

Gets the KeywordStatic token ID.

public const int KeywordStatic = 10096

KeywordString

Gets the KeywordString token ID.

public const int KeywordString = 10097

KeywordStruct

Gets the KeywordStruct token ID.

public const int KeywordStruct = 10098

KeywordSwitch

Gets the KeywordSwitch token ID.

public const int KeywordSwitch = 10099

KeywordThis

Gets the KeywordThis token ID.

public const int KeywordThis = 10100

KeywordThrow

Gets the KeywordThrow token ID.

public const int KeywordThrow = 10101

KeywordTrue

Gets the KeywordTrue token ID.

public const int KeywordTrue = 10102

KeywordTry

Gets the KeywordTry token ID.

public const int KeywordTry = 10103

KeywordTypeOf

Gets the KeywordTypeOf token ID.

public const int KeywordTypeOf = 10104

KeywordUInt

Gets the KeywordUInt token ID.

public const int KeywordUInt = 10105

KeywordULong

Gets the KeywordULong token ID.

public const int KeywordULong = 10106

KeywordUShort

Gets the KeywordUShort token ID.

public const int KeywordUShort = 10109

KeywordUnchecked

Gets the KeywordUnchecked token ID.

public const int KeywordUnchecked = 10107

KeywordUnsafe

Gets the KeywordUnsafe token ID.

public const int KeywordUnsafe = 10108

KeywordUsing

Gets the KeywordUsing token ID.

public const int KeywordUsing = 10110

KeywordVirtual

Gets the KeywordVirtual token ID.

public const int KeywordVirtual = 10111

KeywordVoid

Gets the KeywordVoid token ID.

public const int KeywordVoid = 10112

KeywordVolatile

Gets the KeywordVolatile token ID.

public const int KeywordVolatile = 10113

KeywordWhile

Gets the KeywordWhile token ID.

public const int KeywordWhile = 10114

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

LiteralInterpolatedRawString

Gets the LiteralInterpolatedRawString token ID.

public const int LiteralInterpolatedRawString = 10035

LiteralInterpolatedString

Gets the LiteralInterpolatedString token ID.

public const int LiteralInterpolatedString = 10031

LiteralInterpolatedVerbatimString

Gets the LiteralInterpolatedVerbatimString token ID.

public const int LiteralInterpolatedVerbatimString = 10033

LiteralRawString

Gets the LiteralRawString token ID.

public const int LiteralRawString = 10034

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 = 10032

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 = 10157

OperatorAdditionAssignment

Gets the OperatorAdditionAssignment token ID.

public const int OperatorAdditionAssignment = 10179

OperatorAssignment

Gets the OperatorAssignment token ID.

public const int OperatorAssignment = 10167

OperatorBitwiseAnd

Gets the OperatorBitwiseAnd token ID.

public const int OperatorBitwiseAnd = 10162

OperatorBitwiseAndAssignment

Gets the OperatorBitwiseAndAssignment token ID.

public const int OperatorBitwiseAndAssignment = 10184

OperatorBitwiseOr

Gets the OperatorBitwiseOr token ID.

public const int OperatorBitwiseOr = 10163

OperatorBitwiseOrAssignment

Gets the OperatorBitwiseOrAssignment token ID.

public const int OperatorBitwiseOrAssignment = 10185

OperatorConditionalAnd

Gets the OperatorConditionalAnd token ID.

public const int OperatorConditionalAnd = 10172

OperatorConditionalOr

Gets the OperatorConditionalOr token ID.

public const int OperatorConditionalOr = 10173

OperatorDecrement

Gets the OperatorDecrement token ID.

public const int OperatorDecrement = 10171

OperatorDivision

Gets the OperatorDivision token ID.

public const int OperatorDivision = 10160

OperatorDivisionAssignment

Gets the OperatorDivisionAssignment token ID.

public const int OperatorDivisionAssignment = 10182

OperatorEquality

Gets the OperatorEquality token ID.

public const int OperatorEquality = 10175

OperatorExclusiveOr

Gets the OperatorExclusiveOr token ID.

public const int OperatorExclusiveOr = 10164

OperatorExclusiveOrAssignment

Gets the OperatorExclusiveOrAssignment token ID.

public const int OperatorExclusiveOrAssignment = 10186

OperatorGreaterThan

Gets the OperatorGreaterThan token ID.

public const int OperatorGreaterThan = 10169

OperatorGreaterThanOrEqual

Gets the OperatorGreaterThanOrEqual token ID.

public const int OperatorGreaterThanOrEqual = 10178

OperatorIncrement

Gets the OperatorIncrement token ID.

public const int OperatorIncrement = 10170

OperatorInequality

Gets the OperatorInequality token ID.

public const int OperatorInequality = 10176

OperatorLeftShift

Gets the OperatorLeftShift token ID.

public const int OperatorLeftShift = 10174

OperatorLeftShiftAssignment

Gets the OperatorLeftShiftAssignment token ID.

public const int OperatorLeftShiftAssignment = 10187

OperatorLessThan

Gets the OperatorLessThan token ID.

public const int OperatorLessThan = 10168

OperatorLessThanOrEqual

Gets the OperatorLessThanOrEqual token ID.

public const int OperatorLessThanOrEqual = 10177

OperatorModulus

Gets the OperatorModulus token ID.

public const int OperatorModulus = 10161

OperatorModulusAssignment

Gets the OperatorModulusAssignment token ID.

public const int OperatorModulusAssignment = 10183

OperatorMultiplication

Gets the OperatorMultiplication token ID.

public const int OperatorMultiplication = 10159

OperatorMultiplicationAssignment

Gets the OperatorMultiplicationAssignment token ID.

public const int OperatorMultiplicationAssignment = 10181

OperatorNegation

Gets the OperatorNegation token ID.

public const int OperatorNegation = 10165

OperatorNullCoalescing

Gets the OperatorNullCoalescing token ID.

public const int OperatorNullCoalescing = 10191

OperatorNullCoalescingAssignment

Gets the OperatorNullCoalescingAssignment token ID.

public const int OperatorNullCoalescingAssignment = 10192

OperatorOnesComplement

Gets the OperatorOnesComplement token ID.

public const int OperatorOnesComplement = 10166

OperatorPointerDereference

Gets the OperatorPointerDereference token ID.

public const int OperatorPointerDereference = 10190

OperatorRange

Gets the OperatorRange token ID.

public const int OperatorRange = 10193

OperatorRightShiftAssignment

Gets the OperatorRightShiftAssignment token ID.

public const int OperatorRightShiftAssignment = 10188

OperatorSubtraction

Gets the OperatorSubtraction token ID.

public const int OperatorSubtraction = 10158

OperatorSubtractionAssignment

Gets the OperatorSubtractionAssignment token ID.

public const int OperatorSubtractionAssignment = 10180

OperatorUnsignedRightShiftAssignment

Gets the OperatorUnsignedRightShiftAssignment token ID.

public const int OperatorUnsignedRightShiftAssignment = 10189

PreprocessorDirectiveKeywordDefine

Gets the PreprocessorDirectiveKeywordDefine token ID.

public const int PreprocessorDirectiveKeywordDefine = 10198

PreprocessorDirectiveKeywordElIf

Gets the PreprocessorDirectiveKeywordElIf token ID.

public const int PreprocessorDirectiveKeywordElIf = 10196

PreprocessorDirectiveKeywordElse

Gets the PreprocessorDirectiveKeywordElse token ID.

public const int PreprocessorDirectiveKeywordElse = 10195

PreprocessorDirectiveKeywordEndIf

Gets the PreprocessorDirectiveKeywordEndIf token ID.

public const int PreprocessorDirectiveKeywordEndIf = 10197

PreprocessorDirectiveKeywordEndRegion

Gets the PreprocessorDirectiveKeywordEndRegion token ID.

public const int PreprocessorDirectiveKeywordEndRegion = 10204

PreprocessorDirectiveKeywordError

Gets the PreprocessorDirectiveKeywordError token ID.

public const int PreprocessorDirectiveKeywordError = 10201

PreprocessorDirectiveKeywordIf

Gets the PreprocessorDirectiveKeywordIf token ID.

public const int PreprocessorDirectiveKeywordIf = 10194

PreprocessorDirectiveKeywordLine

Gets the PreprocessorDirectiveKeywordLine token ID.

public const int PreprocessorDirectiveKeywordLine = 10202

PreprocessorDirectiveKeywordNullable

Gets the PreprocessorDirectiveKeywordNullable token ID.

public const int PreprocessorDirectiveKeywordNullable = 10206

PreprocessorDirectiveKeywordPragma

Gets the PreprocessorDirectiveKeywordPragma token ID.

public const int PreprocessorDirectiveKeywordPragma = 10205

PreprocessorDirectiveKeywordRegion

Gets the PreprocessorDirectiveKeywordRegion token ID.

public const int PreprocessorDirectiveKeywordRegion = 10203

PreprocessorDirectiveKeywordUndef

Gets the PreprocessorDirectiveKeywordUndef token ID.

public const int PreprocessorDirectiveKeywordUndef = 10199

PreprocessorDirectiveKeywordWarning

Gets the PreprocessorDirectiveKeywordWarning token ID.

public const int PreprocessorDirectiveKeywordWarning = 10200

PreprocessorDirectiveText

Gets the PreprocessorDirectiveText token ID.

public const int PreprocessorDirectiveText = 10207

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