In This Article

VBTokenId Class

Contains the token IDs for the Visual Basic language.

public class VBTokenId : TokenIdProviderBase, ITokenIdProvider, IIdProvider
Inheritance:
object TokenIdProviderBase object
Implements:
ITokenIdProvider IIdProvider

Remarks

This type was generated by the Actipro Language Designer tool v19.1.681.0 (http://www.actiprosoftware.com).

Constructors

VBTokenId()

Initializes an instance of the class.

public VBTokenId()

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.

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

IsPunctuationClassificationType(int)

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

public static bool IsPunctuationClassificationType(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

IsVBXmlLiteralClassificationType(int)

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

public static bool IsVBXmlLiteralClassificationType(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 = 11006

CloseParenthesis

Gets the CloseParenthesis token ID.

public const int CloseParenthesis = 11004

CloseSquareBrace

Gets the CloseSquareBrace token ID.

public const int CloseSquareBrace = 11008

Colon

Gets the Colon token ID.

public const int Colon = 11011

ColonEquals

Gets the ColonEquals token ID.

public const int ColonEquals = 11012

Comma

Gets the Comma token ID.

public const int Comma = 11009

CommentRem

Gets the CommentRem token ID.

public const int CommentRem = 11018

CommentSingleLine

Gets the CommentSingleLine token ID.

public const int CommentSingleLine = 11017

ContextualKeywordAggregate

Gets the ContextualKeywordAggregate token ID.

public const int ContextualKeywordAggregate = 11034

ContextualKeywordAscending

Gets the ContextualKeywordAscending token ID.

public const int ContextualKeywordAscending = 11035

ContextualKeywordAsync

Gets the ContextualKeywordAsync token ID.

public const int ContextualKeywordAsync = 11036

ContextualKeywordAwait

Gets the ContextualKeywordAwait token ID.

public const int ContextualKeywordAwait = 11037

ContextualKeywordBy

Gets the ContextualKeywordBy token ID.

public const int ContextualKeywordBy = 11038

ContextualKeywordCompare

Gets the ContextualKeywordCompare token ID.

public const int ContextualKeywordCompare = 11039

ContextualKeywordCustom

Gets the ContextualKeywordCustom token ID.

public const int ContextualKeywordCustom = 11040

ContextualKeywordDescending

Gets the ContextualKeywordDescending token ID.

public const int ContextualKeywordDescending = 11041

ContextualKeywordDistinct

Gets the ContextualKeywordDistinct token ID.

public const int ContextualKeywordDistinct = 11042

ContextualKeywordEquals

Gets the ContextualKeywordEquals token ID.

public const int ContextualKeywordEquals = 11043

ContextualKeywordExplicit

Gets the ContextualKeywordExplicit token ID.

public const int ContextualKeywordExplicit = 11044

ContextualKeywordFrom

Gets the ContextualKeywordFrom token ID.

public const int ContextualKeywordFrom = 11045

ContextualKeywordGroup

Gets the ContextualKeywordGroup token ID.

public const int ContextualKeywordGroup = 11046

ContextualKeywordIIf

Gets the ContextualKeywordIIf token ID.

public const int ContextualKeywordIIf = 11047

ContextualKeywordInfer

Gets the ContextualKeywordInfer token ID.

public const int ContextualKeywordInfer = 11048

ContextualKeywordInto

Gets the ContextualKeywordInto token ID.

public const int ContextualKeywordInto = 11049

ContextualKeywordIsFalse

Gets the ContextualKeywordIsFalse token ID.

public const int ContextualKeywordIsFalse = 11050

ContextualKeywordIsTrue

Gets the ContextualKeywordIsTrue token ID.

public const int ContextualKeywordIsTrue = 11051

ContextualKeywordIterator

Gets the ContextualKeywordIterator token ID.

public const int ContextualKeywordIterator = 11052

ContextualKeywordJoin

Gets the ContextualKeywordJoin token ID.

public const int ContextualKeywordJoin = 11053

ContextualKeywordMid

Gets the ContextualKeywordMid token ID.

public const int ContextualKeywordMid = 11054

ContextualKeywordOff

Gets the ContextualKeywordOff token ID.

public const int ContextualKeywordOff = 11055

ContextualKeywordOrder

Gets the ContextualKeywordOrder token ID.

public const int ContextualKeywordOrder = 11056

ContextualKeywordOut

Gets the ContextualKeywordOut token ID.

public const int ContextualKeywordOut = 11057

ContextualKeywordSkip

Gets the ContextualKeywordSkip token ID.

public const int ContextualKeywordSkip = 11058

ContextualKeywordStrict

Gets the ContextualKeywordStrict token ID.

public const int ContextualKeywordStrict = 11059

ContextualKeywordTake

Gets the ContextualKeywordTake token ID.

public const int ContextualKeywordTake = 11060

ContextualKeywordWhere

Gets the ContextualKeywordWhere token ID.

public const int ContextualKeywordWhere = 11061

ContextualKeywordYield

Gets the ContextualKeywordYield token ID.

public const int ContextualKeywordYield = 11062

DocumentationCommentDelimiter

Gets the DocumentationCommentDelimiter token ID.

public const int DocumentationCommentDelimiter = 11019

DocumentationCommentTag

Gets the DocumentationCommentTag token ID.

public const int DocumentationCommentTag = 11020

DocumentationCommentText

Gets the DocumentationCommentText token ID.

public const int DocumentationCommentText = 11021

Dot

Gets the Dot token ID.

public const int Dot = 11010

DotAt

Gets the DotAt token ID.

public const int DotAt = 11015

ExclamationPoint

Gets the ExclamationPoint token ID.

public const int ExclamationPoint = 11013

Identifier

Gets the Identifier token ID.

public const int Identifier = 11033

KeywordAddHandler

Gets the KeywordAddHandler token ID.

public const int KeywordAddHandler = 11063

KeywordAddressOf

Gets the KeywordAddressOf token ID.

public const int KeywordAddressOf = 11064

KeywordAlias

Gets the KeywordAlias token ID.

public const int KeywordAlias = 11065

KeywordAnd

Gets the KeywordAnd token ID.

public const int KeywordAnd = 11066

KeywordAndAlso

Gets the KeywordAndAlso token ID.

public const int KeywordAndAlso = 11067

KeywordAs

Gets the KeywordAs token ID.

public const int KeywordAs = 11068

KeywordBoolean

Gets the KeywordBoolean token ID.

public const int KeywordBoolean = 11069

KeywordByRef

Gets the KeywordByRef token ID.

public const int KeywordByRef = 11070

KeywordByVal

Gets the KeywordByVal token ID.

public const int KeywordByVal = 11072

KeywordByte

Gets the KeywordByte token ID.

public const int KeywordByte = 11071

KeywordCBool

Gets the KeywordCBool token ID.

public const int KeywordCBool = 11076

KeywordCByte

Gets the KeywordCByte token ID.

public const int KeywordCByte = 11077

KeywordCChar

Gets the KeywordCChar token ID.

public const int KeywordCChar = 11078

KeywordCDate

Gets the KeywordCDate token ID.

public const int KeywordCDate = 11079

KeywordCDbl

Gets the KeywordCDbl token ID.

public const int KeywordCDbl = 11080

KeywordCDec

Gets the KeywordCDec token ID.

public const int KeywordCDec = 11081

KeywordCInt

Gets the KeywordCInt token ID.

public const int KeywordCInt = 11083

KeywordCLng

Gets the KeywordCLng token ID.

public const int KeywordCLng = 11085

KeywordCObj

Gets the KeywordCObj token ID.

public const int KeywordCObj = 11086

KeywordCSByte

Gets the KeywordCSByte token ID.

public const int KeywordCSByte = 11089

KeywordCShort

Gets the KeywordCShort token ID.

public const int KeywordCShort = 11090

KeywordCSng

Gets the KeywordCSng token ID.

public const int KeywordCSng = 11091

KeywordCStr

Gets the KeywordCStr token ID.

public const int KeywordCStr = 11092

KeywordCType

Gets the KeywordCType token ID.

public const int KeywordCType = 11093

KeywordCUInt

Gets the KeywordCUInt token ID.

public const int KeywordCUInt = 11094

KeywordCULng

Gets the KeywordCULng token ID.

public const int KeywordCULng = 11095

KeywordCUShort

Gets the KeywordCUShort token ID.

public const int KeywordCUShort = 11096

KeywordCall

Gets the KeywordCall token ID.

public const int KeywordCall = 11073

KeywordCase

Gets the KeywordCase token ID.

public const int KeywordCase = 11074

KeywordCatch

Gets the KeywordCatch token ID.

public const int KeywordCatch = 11075

KeywordChar

Gets the KeywordChar token ID.

public const int KeywordChar = 11082

KeywordClass

Gets the KeywordClass token ID.

public const int KeywordClass = 11084

KeywordConst

Gets the KeywordConst token ID.

public const int KeywordConst = 11087

KeywordContinue

Gets the KeywordContinue token ID.

public const int KeywordContinue = 11088

KeywordDate

Gets the KeywordDate token ID.

public const int KeywordDate = 11097

KeywordDecimal

Gets the KeywordDecimal token ID.

public const int KeywordDecimal = 11098

KeywordDeclare

Gets the KeywordDeclare token ID.

public const int KeywordDeclare = 11099

KeywordDefault

Gets the KeywordDefault token ID.

public const int KeywordDefault = 11100

KeywordDelegate

Gets the KeywordDelegate token ID.

public const int KeywordDelegate = 11101

KeywordDim

Gets the KeywordDim token ID.

public const int KeywordDim = 11102

KeywordDirectCast

Gets the KeywordDirectCast token ID.

public const int KeywordDirectCast = 11103

KeywordDo

Gets the KeywordDo token ID.

public const int KeywordDo = 11104

KeywordDouble

Gets the KeywordDouble token ID.

public const int KeywordDouble = 11105

KeywordEach

Gets the KeywordEach token ID.

public const int KeywordEach = 11106

KeywordElse

Gets the KeywordElse token ID.

public const int KeywordElse = 11107

KeywordElseIf

Gets the KeywordElseIf token ID.

public const int KeywordElseIf = 11108

KeywordEnd

Gets the KeywordEnd token ID.

public const int KeywordEnd = 11109

KeywordEndIf

Gets the KeywordEndIf token ID.

public const int KeywordEndIf = 11110

KeywordEnum

Gets the KeywordEnum token ID.

public const int KeywordEnum = 11111

KeywordErase

Gets the KeywordErase token ID.

public const int KeywordErase = 11112

KeywordError

Gets the KeywordError token ID.

public const int KeywordError = 11113

KeywordEvent

Gets the KeywordEvent token ID.

public const int KeywordEvent = 11114

KeywordExit

Gets the KeywordExit token ID.

public const int KeywordExit = 11115

KeywordFalse

Gets the KeywordFalse token ID.

public const int KeywordFalse = 11116

KeywordFinally

Gets the KeywordFinally token ID.

public const int KeywordFinally = 11117

KeywordFor

Gets the KeywordFor token ID.

public const int KeywordFor = 11118

KeywordFriend

Gets the KeywordFriend token ID.

public const int KeywordFriend = 11119

KeywordFunction

Gets the KeywordFunction token ID.

public const int KeywordFunction = 11120

KeywordGet

Gets the KeywordGet token ID.

public const int KeywordGet = 11121

KeywordGetType

Gets the KeywordGetType token ID.

public const int KeywordGetType = 11122

KeywordGetXmlNamespace

Gets the KeywordGetXmlNamespace token ID.

public const int KeywordGetXmlNamespace = 11123

KeywordGlobal

Gets the KeywordGlobal token ID.

public const int KeywordGlobal = 11124

KeywordGoSub

Gets the KeywordGoSub token ID.

public const int KeywordGoSub = 11125

KeywordGoTo

Gets the KeywordGoTo token ID.

public const int KeywordGoTo = 11126

KeywordHandles

Gets the KeywordHandles token ID.

public const int KeywordHandles = 11127

KeywordIf

Gets the KeywordIf token ID.

public const int KeywordIf = 11128

KeywordImplements

Gets the KeywordImplements token ID.

public const int KeywordImplements = 11129

KeywordImports

Gets the KeywordImports token ID.

public const int KeywordImports = 11130

KeywordIn

Gets the KeywordIn token ID.

public const int KeywordIn = 11131

KeywordInherits

Gets the KeywordInherits token ID.

public const int KeywordInherits = 11132

KeywordInteger

Gets the KeywordInteger token ID.

public const int KeywordInteger = 11133

KeywordInterface

Gets the KeywordInterface token ID.

public const int KeywordInterface = 11134

KeywordIs

Gets the KeywordIs token ID.

public const int KeywordIs = 11135

KeywordIsNot

Gets the KeywordIsNot token ID.

public const int KeywordIsNot = 11136

KeywordLet

Gets the KeywordLet token ID.

public const int KeywordLet = 11137

KeywordLib

Gets the KeywordLib token ID.

public const int KeywordLib = 11138

KeywordLike

Gets the KeywordLike token ID.

public const int KeywordLike = 11139

KeywordLong

Gets the KeywordLong token ID.

public const int KeywordLong = 11140

KeywordLoop

Gets the KeywordLoop token ID.

public const int KeywordLoop = 11141

KeywordMe

Gets the KeywordMe token ID.

public const int KeywordMe = 11142

KeywordMod

Gets the KeywordMod token ID.

public const int KeywordMod = 11143

KeywordModule

Gets the KeywordModule token ID.

public const int KeywordModule = 11144

KeywordMustInherit

Gets the KeywordMustInherit token ID.

public const int KeywordMustInherit = 11145

KeywordMustOverride

Gets the KeywordMustOverride token ID.

public const int KeywordMustOverride = 11146

KeywordMyBase

Gets the KeywordMyBase token ID.

public const int KeywordMyBase = 11147

KeywordMyClass

Gets the KeywordMyClass token ID.

public const int KeywordMyClass = 11148

KeywordNameOf

Gets the KeywordNameOf token ID.

public const int KeywordNameOf = 11149

KeywordNamespace

Gets the KeywordNamespace token ID.

public const int KeywordNamespace = 11150

KeywordNarrowing

Gets the KeywordNarrowing token ID.

public const int KeywordNarrowing = 11151

KeywordNew

Gets the KeywordNew token ID.

public const int KeywordNew = 11152

KeywordNext

Gets the KeywordNext token ID.

public const int KeywordNext = 11153

KeywordNot

Gets the KeywordNot token ID.

public const int KeywordNot = 11154

KeywordNotInheritable

Gets the KeywordNotInheritable token ID.

public const int KeywordNotInheritable = 11156

KeywordNotOverridable

Gets the KeywordNotOverridable token ID.

public const int KeywordNotOverridable = 11157

KeywordNothing

Gets the KeywordNothing token ID.

public const int KeywordNothing = 11155

KeywordObject

Gets the KeywordObject token ID.

public const int KeywordObject = 11158

KeywordOf

Gets the KeywordOf token ID.

public const int KeywordOf = 11159

KeywordOn

Gets the KeywordOn token ID.

public const int KeywordOn = 11160

KeywordOperator

Gets the KeywordOperator token ID.

public const int KeywordOperator = 11161

KeywordOption

Gets the KeywordOption token ID.

public const int KeywordOption = 11162

KeywordOptional

Gets the KeywordOptional token ID.

public const int KeywordOptional = 11163

KeywordOr

Gets the KeywordOr token ID.

public const int KeywordOr = 11164

KeywordOrElse

Gets the KeywordOrElse token ID.

public const int KeywordOrElse = 11165

KeywordOverloads

Gets the KeywordOverloads token ID.

public const int KeywordOverloads = 11166

KeywordOverridable

Gets the KeywordOverridable token ID.

public const int KeywordOverridable = 11167

KeywordOverrides

Gets the KeywordOverrides token ID.

public const int KeywordOverrides = 11168

KeywordParamArray

Gets the KeywordParamArray token ID.

public const int KeywordParamArray = 11169

KeywordPartial

Gets the KeywordPartial token ID.

public const int KeywordPartial = 11170

KeywordPrivate

Gets the KeywordPrivate token ID.

public const int KeywordPrivate = 11171

KeywordProperty

Gets the KeywordProperty token ID.

public const int KeywordProperty = 11172

KeywordProtected

Gets the KeywordProtected token ID.

public const int KeywordProtected = 11173

KeywordPublic

Gets the KeywordPublic token ID.

public const int KeywordPublic = 11174

KeywordREM

Gets the KeywordREM token ID.

public const int KeywordREM = 11178

KeywordRaiseEvent

Gets the KeywordRaiseEvent token ID.

public const int KeywordRaiseEvent = 11175

KeywordReDim

Gets the KeywordReDim token ID.

public const int KeywordReDim = 11177

KeywordReadOnly

Gets the KeywordReadOnly token ID.

public const int KeywordReadOnly = 11176

KeywordRemoveHandler

Gets the KeywordRemoveHandler token ID.

public const int KeywordRemoveHandler = 11179

KeywordResume

Gets the KeywordResume token ID.

public const int KeywordResume = 11180

KeywordReturn

Gets the KeywordReturn token ID.

public const int KeywordReturn = 11181

KeywordSByte

Gets the KeywordSByte token ID.

public const int KeywordSByte = 11182

KeywordSelect

Gets the KeywordSelect token ID.

public const int KeywordSelect = 11183

KeywordSet

Gets the KeywordSet token ID.

public const int KeywordSet = 11184

KeywordShadows

Gets the KeywordShadows token ID.

public const int KeywordShadows = 11185

KeywordShared

Gets the KeywordShared token ID.

public const int KeywordShared = 11186

KeywordShort

Gets the KeywordShort token ID.

public const int KeywordShort = 11187

KeywordSingle

Gets the KeywordSingle token ID.

public const int KeywordSingle = 11188

KeywordStatic

Gets the KeywordStatic token ID.

public const int KeywordStatic = 11189

KeywordStep

Gets the KeywordStep token ID.

public const int KeywordStep = 11190

KeywordStop

Gets the KeywordStop token ID.

public const int KeywordStop = 11191

KeywordString

Gets the KeywordString token ID.

public const int KeywordString = 11192

KeywordStructure

Gets the KeywordStructure token ID.

public const int KeywordStructure = 11193

KeywordSub

Gets the KeywordSub token ID.

public const int KeywordSub = 11194

KeywordSyncLock

Gets the KeywordSyncLock token ID.

public const int KeywordSyncLock = 11195

KeywordThen

Gets the KeywordThen token ID.

public const int KeywordThen = 11196

KeywordThrow

Gets the KeywordThrow token ID.

public const int KeywordThrow = 11197

KeywordTo

Gets the KeywordTo token ID.

public const int KeywordTo = 11198

KeywordTrue

Gets the KeywordTrue token ID.

public const int KeywordTrue = 11199

KeywordTry

Gets the KeywordTry token ID.

public const int KeywordTry = 11200

KeywordTryCast

Gets the KeywordTryCast token ID.

public const int KeywordTryCast = 11201

KeywordTypeOf

Gets the KeywordTypeOf token ID.

public const int KeywordTypeOf = 11202

KeywordUInteger

Gets the KeywordUInteger token ID.

public const int KeywordUInteger = 11203

KeywordULong

Gets the KeywordULong token ID.

public const int KeywordULong = 11204

KeywordUShort

Gets the KeywordUShort token ID.

public const int KeywordUShort = 11206

KeywordUntil

Gets the KeywordUntil token ID.

public const int KeywordUntil = 11205

KeywordUsing

Gets the KeywordUsing token ID.

public const int KeywordUsing = 11207

KeywordVariant

Gets the KeywordVariant token ID.

public const int KeywordVariant = 11208

KeywordWend

Gets the KeywordWend token ID.

public const int KeywordWend = 11209

KeywordWhen

Gets the KeywordWhen token ID.

public const int KeywordWhen = 11210

KeywordWhile

Gets the KeywordWhile token ID.

public const int KeywordWhile = 11211

KeywordWidening

Gets the KeywordWidening token ID.

public const int KeywordWidening = 11212

KeywordWith

Gets the KeywordWith token ID.

public const int KeywordWith = 11213

KeywordWithEvents

Gets the KeywordWithEvents token ID.

public const int KeywordWithEvents = 11214

KeywordWriteOnly

Gets the KeywordWriteOnly token ID.

public const int KeywordWriteOnly = 11215

KeywordXor

Gets the KeywordXor token ID.

public const int KeywordXor = 11216

LineContinuation

Gets the LineContinuation token ID.

public const int LineContinuation = 11002

LineTerminator

Gets the LineTerminator token ID.

public const int LineTerminator = 11001

LiteralBinaryInteger

Gets the LiteralBinaryInteger token ID.

public const int LiteralBinaryInteger = 11022

LiteralCharacter

Gets the LiteralCharacter token ID.

public const int LiteralCharacter = 11027

LiteralDate

Gets the LiteralDate token ID.

public const int LiteralDate = 11030

LiteralDecimalInteger

Gets the LiteralDecimalInteger token ID.

public const int LiteralDecimalInteger = 11023

LiteralFloatingPoint

Gets the LiteralFloatingPoint token ID.

public const int LiteralFloatingPoint = 11026

LiteralHexadecimalInteger

Gets the LiteralHexadecimalInteger token ID.

public const int LiteralHexadecimalInteger = 11024

LiteralInterpolatedString

Gets the LiteralInterpolatedString token ID.

public const int LiteralInterpolatedString = 11029

LiteralOctalInteger

Gets the LiteralOctalInteger token ID.

public const int LiteralOctalInteger = 11025

LiteralString

Gets the LiteralString token ID.

public const int LiteralString = 11028

LiteralXml

Gets the LiteralXml token ID.

public const int LiteralXml = 11031

OpenCurlyBrace

Gets the OpenCurlyBrace token ID.

public const int OpenCurlyBrace = 11005

OpenParenthesis

Gets the OpenParenthesis token ID.

public const int OpenParenthesis = 11003

OpenSquareBrace

Gets the OpenSquareBrace token ID.

public const int OpenSquareBrace = 11007

OperatorAddition

Gets the OperatorAddition token ID.

public const int OperatorAddition = 11219

OperatorAdditionAssignment

Gets the OperatorAdditionAssignment token ID.

public const int OperatorAdditionAssignment = 11234

OperatorEquality

Gets the OperatorEquality token ID.

public const int OperatorEquality = 11225

OperatorExponentiation

Gets the OperatorExponentiation token ID.

public const int OperatorExponentiation = 11223

OperatorExponentiationAssignment

Gets the OperatorExponentiationAssignment token ID.

public const int OperatorExponentiationAssignment = 11238

OperatorFloatingPointDivision

Gets the OperatorFloatingPointDivision token ID.

public const int OperatorFloatingPointDivision = 11221

OperatorFloatingPointDivisionAssignment

Gets the OperatorFloatingPointDivisionAssignment token ID.

public const int OperatorFloatingPointDivisionAssignment = 11236

OperatorGreaterThan

Gets the OperatorGreaterThan token ID.

public const int OperatorGreaterThan = 11226

OperatorGreaterThanOrEqual

Gets the OperatorGreaterThanOrEqual token ID.

public const int OperatorGreaterThanOrEqual = 11228

OperatorInequality

Gets the OperatorInequality token ID.

public const int OperatorInequality = 11229

OperatorIntegerDivision

Gets the OperatorIntegerDivision token ID.

public const int OperatorIntegerDivision = 11222

OperatorIntegerDivisionAssignment

Gets the OperatorIntegerDivisionAssignment token ID.

public const int OperatorIntegerDivisionAssignment = 11237

OperatorLeftShift

Gets the OperatorLeftShift token ID.

public const int OperatorLeftShift = 11230

OperatorLeftShiftAssignment

Gets the OperatorLeftShiftAssignment token ID.

public const int OperatorLeftShiftAssignment = 11239

OperatorLessThan

Gets the OperatorLessThan token ID.

public const int OperatorLessThan = 11224

OperatorLessThanOrEqual

Gets the OperatorLessThanOrEqual token ID.

public const int OperatorLessThanOrEqual = 11227

OperatorMultiplication

Gets the OperatorMultiplication token ID.

public const int OperatorMultiplication = 11218

OperatorMultiplicationAssignment

Gets the OperatorMultiplicationAssignment token ID.

public const int OperatorMultiplicationAssignment = 11233

OperatorRightShift

Gets the OperatorRightShift token ID.

public const int OperatorRightShift = 11231

OperatorRightShiftAssignment

Gets the OperatorRightShiftAssignment token ID.

public const int OperatorRightShiftAssignment = 11240

OperatorStringConcatenation

Gets the OperatorStringConcatenation token ID.

public const int OperatorStringConcatenation = 11217

OperatorStringConcatenationAssignment

Gets the OperatorStringConcatenationAssignment token ID.

public const int OperatorStringConcatenationAssignment = 11232

OperatorSubtraction

Gets the OperatorSubtraction token ID.

public const int OperatorSubtraction = 11220

OperatorSubtractionAssignment

Gets the OperatorSubtractionAssignment token ID.

public const int OperatorSubtractionAssignment = 11235

PreprocessorDirectiveKeywordConst

Gets the PreprocessorDirectiveKeywordConst token ID.

public const int PreprocessorDirectiveKeywordConst = 11241

PreprocessorDirectiveKeywordDisableWarning

Gets the PreprocessorDirectiveKeywordDisableWarning token ID.

public const int PreprocessorDirectiveKeywordDisableWarning = 11242

PreprocessorDirectiveKeywordElse

Gets the PreprocessorDirectiveKeywordElse token ID.

public const int PreprocessorDirectiveKeywordElse = 11246

PreprocessorDirectiveKeywordElseIf

Gets the PreprocessorDirectiveKeywordElseIf token ID.

public const int PreprocessorDirectiveKeywordElseIf = 11245

PreprocessorDirectiveKeywordEnableWarning

Gets the PreprocessorDirectiveKeywordEnableWarning token ID.

public const int PreprocessorDirectiveKeywordEnableWarning = 11243

PreprocessorDirectiveKeywordEndExternalSource

Gets the PreprocessorDirectiveKeywordEndExternalSource token ID.

public const int PreprocessorDirectiveKeywordEndExternalSource = 11249

PreprocessorDirectiveKeywordEndIf

Gets the PreprocessorDirectiveKeywordEndIf token ID.

public const int PreprocessorDirectiveKeywordEndIf = 11247

PreprocessorDirectiveKeywordEndRegion

Gets the PreprocessorDirectiveKeywordEndRegion token ID.

public const int PreprocessorDirectiveKeywordEndRegion = 11251

PreprocessorDirectiveKeywordExternalChecksum

Gets the PreprocessorDirectiveKeywordExternalChecksum token ID.

public const int PreprocessorDirectiveKeywordExternalChecksum = 11252

PreprocessorDirectiveKeywordExternalSource

Gets the PreprocessorDirectiveKeywordExternalSource token ID.

public const int PreprocessorDirectiveKeywordExternalSource = 11248

PreprocessorDirectiveKeywordIf

Gets the PreprocessorDirectiveKeywordIf token ID.

public const int PreprocessorDirectiveKeywordIf = 11244

PreprocessorDirectiveKeywordRegion

Gets the PreprocessorDirectiveKeywordRegion token ID.

public const int PreprocessorDirectiveKeywordRegion = 11250

PreprocessorDirectiveText

Gets the PreprocessorDirectiveText token ID.

public const int PreprocessorDirectiveText = 11253

QuestionMark

Gets the QuestionMark token ID.

public const int QuestionMark = 11014

TripleDot

Gets the TripleDot token ID.

public const int TripleDot = 11016

Whitespace

Gets the Whitespace token ID.

public const int Whitespace = 11000

XmlAttribute

Gets the XmlAttribute token ID.

public const int XmlAttribute = 11032

Inherited Members