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

Constructors

VBTokenId()

Initializes an instance of the class.

public VBTokenId()

Properties

MaxId

The maximum ID returned by this provider.

public override int MaxId { get; }

Property Value

int

MinId

The minimum ID returned by this provider.

public override int MinId { get; }

Property Value

int

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:

true if 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

string

GetKey(int)

Returns the string-based key for the specified ID.

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

The ID to examine.

Returns

string

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:

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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 classification type.

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

The CloseCurlyBrace token ID.

public const int CloseCurlyBrace = 11006

CloseParenthesis

The CloseParenthesis token ID.

public const int CloseParenthesis = 11004

CloseSquareBrace

The CloseSquareBrace token ID.

public const int CloseSquareBrace = 11008

Colon

The Colon token ID.

public const int Colon = 11011

ColonEquals

The ColonEquals token ID.

public const int ColonEquals = 11012

Comma

The Comma token ID.

public const int Comma = 11009

CommentRem

The CommentRem token ID.

public const int CommentRem = 11018

CommentSingleLine

The CommentSingleLine token ID.

public const int CommentSingleLine = 11017

ContextualKeywordAggregate

The ContextualKeywordAggregate token ID.

public const int ContextualKeywordAggregate = 11034

ContextualKeywordAscending

The ContextualKeywordAscending token ID.

public const int ContextualKeywordAscending = 11035

ContextualKeywordAsync

The ContextualKeywordAsync token ID.

public const int ContextualKeywordAsync = 11036

ContextualKeywordAwait

The ContextualKeywordAwait token ID.

public const int ContextualKeywordAwait = 11037

ContextualKeywordBy

The ContextualKeywordBy token ID.

public const int ContextualKeywordBy = 11038

ContextualKeywordCompare

The ContextualKeywordCompare token ID.

public const int ContextualKeywordCompare = 11039

ContextualKeywordCustom

The ContextualKeywordCustom token ID.

public const int ContextualKeywordCustom = 11040

ContextualKeywordDescending

The ContextualKeywordDescending token ID.

public const int ContextualKeywordDescending = 11041

ContextualKeywordDistinct

The ContextualKeywordDistinct token ID.

public const int ContextualKeywordDistinct = 11042

ContextualKeywordEquals

The ContextualKeywordEquals token ID.

public const int ContextualKeywordEquals = 11043

ContextualKeywordExplicit

The ContextualKeywordExplicit token ID.

public const int ContextualKeywordExplicit = 11044

ContextualKeywordFrom

The ContextualKeywordFrom token ID.

public const int ContextualKeywordFrom = 11045

ContextualKeywordGroup

The ContextualKeywordGroup token ID.

public const int ContextualKeywordGroup = 11046

ContextualKeywordIIf

The ContextualKeywordIIf token ID.

public const int ContextualKeywordIIf = 11047

ContextualKeywordInfer

The ContextualKeywordInfer token ID.

public const int ContextualKeywordInfer = 11048

ContextualKeywordInto

The ContextualKeywordInto token ID.

public const int ContextualKeywordInto = 11049

ContextualKeywordIsFalse

The ContextualKeywordIsFalse token ID.

public const int ContextualKeywordIsFalse = 11050

ContextualKeywordIsTrue

The ContextualKeywordIsTrue token ID.

public const int ContextualKeywordIsTrue = 11051

ContextualKeywordIterator

The ContextualKeywordIterator token ID.

public const int ContextualKeywordIterator = 11052

ContextualKeywordJoin

The ContextualKeywordJoin token ID.

public const int ContextualKeywordJoin = 11053

ContextualKeywordMid

The ContextualKeywordMid token ID.

public const int ContextualKeywordMid = 11054

ContextualKeywordOff

The ContextualKeywordOff token ID.

public const int ContextualKeywordOff = 11055

ContextualKeywordOrder

The ContextualKeywordOrder token ID.

public const int ContextualKeywordOrder = 11056

ContextualKeywordOut

The ContextualKeywordOut token ID.

public const int ContextualKeywordOut = 11057

ContextualKeywordSkip

The ContextualKeywordSkip token ID.

public const int ContextualKeywordSkip = 11058

ContextualKeywordStrict

The ContextualKeywordStrict token ID.

public const int ContextualKeywordStrict = 11059

ContextualKeywordTake

The ContextualKeywordTake token ID.

public const int ContextualKeywordTake = 11060

ContextualKeywordWhere

The ContextualKeywordWhere token ID.

public const int ContextualKeywordWhere = 11061

ContextualKeywordYield

The ContextualKeywordYield token ID.

public const int ContextualKeywordYield = 11062

DocumentationCommentDelimiter

The DocumentationCommentDelimiter token ID.

public const int DocumentationCommentDelimiter = 11019

DocumentationCommentTag

The DocumentationCommentTag token ID.

public const int DocumentationCommentTag = 11020

DocumentationCommentText

The DocumentationCommentText token ID.

public const int DocumentationCommentText = 11021

Dot

The Dot token ID.

public const int Dot = 11010

DotAt

The DotAt token ID.

public const int DotAt = 11015

ExclamationPoint

The ExclamationPoint token ID.

public const int ExclamationPoint = 11013

Identifier

The Identifier token ID.

public const int Identifier = 11033

KeywordAddHandler

The KeywordAddHandler token ID.

public const int KeywordAddHandler = 11063

KeywordAddressOf

The KeywordAddressOf token ID.

public const int KeywordAddressOf = 11064

KeywordAlias

The KeywordAlias token ID.

public const int KeywordAlias = 11065

KeywordAnd

The KeywordAnd token ID.

public const int KeywordAnd = 11066

KeywordAndAlso

The KeywordAndAlso token ID.

public const int KeywordAndAlso = 11067

KeywordAs

The KeywordAs token ID.

public const int KeywordAs = 11068

KeywordBoolean

The KeywordBoolean token ID.

public const int KeywordBoolean = 11069

KeywordByRef

The KeywordByRef token ID.

public const int KeywordByRef = 11070

KeywordByVal

The KeywordByVal token ID.

public const int KeywordByVal = 11072

KeywordByte

The KeywordByte token ID.

public const int KeywordByte = 11071

KeywordCBool

The KeywordCBool token ID.

public const int KeywordCBool = 11076

KeywordCByte

The KeywordCByte token ID.

public const int KeywordCByte = 11077

KeywordCChar

The KeywordCChar token ID.

public const int KeywordCChar = 11078

KeywordCDate

The KeywordCDate token ID.

public const int KeywordCDate = 11079

KeywordCDbl

The KeywordCDbl token ID.

public const int KeywordCDbl = 11080

KeywordCDec

The KeywordCDec token ID.

public const int KeywordCDec = 11081

KeywordCInt

The KeywordCInt token ID.

public const int KeywordCInt = 11083

KeywordCLng

The KeywordCLng token ID.

public const int KeywordCLng = 11085

KeywordCObj

The KeywordCObj token ID.

public const int KeywordCObj = 11086

KeywordCSByte

The KeywordCSByte token ID.

public const int KeywordCSByte = 11089

KeywordCShort

The KeywordCShort token ID.

public const int KeywordCShort = 11090

KeywordCSng

The KeywordCSng token ID.

public const int KeywordCSng = 11091

KeywordCStr

The KeywordCStr token ID.

public const int KeywordCStr = 11092

KeywordCType

The KeywordCType token ID.

public const int KeywordCType = 11093

KeywordCUInt

The KeywordCUInt token ID.

public const int KeywordCUInt = 11094

KeywordCULng

The KeywordCULng token ID.

public const int KeywordCULng = 11095

KeywordCUShort

The KeywordCUShort token ID.

public const int KeywordCUShort = 11096

KeywordCall

The KeywordCall token ID.

public const int KeywordCall = 11073

KeywordCase

The KeywordCase token ID.

public const int KeywordCase = 11074

KeywordCatch

The KeywordCatch token ID.

public const int KeywordCatch = 11075

KeywordChar

The KeywordChar token ID.

public const int KeywordChar = 11082

KeywordClass

The KeywordClass token ID.

public const int KeywordClass = 11084

KeywordConst

The KeywordConst token ID.

public const int KeywordConst = 11087

KeywordContinue

The KeywordContinue token ID.

public const int KeywordContinue = 11088

KeywordDate

The KeywordDate token ID.

public const int KeywordDate = 11097

KeywordDecimal

The KeywordDecimal token ID.

public const int KeywordDecimal = 11098

KeywordDeclare

The KeywordDeclare token ID.

public const int KeywordDeclare = 11099

KeywordDefault

The KeywordDefault token ID.

public const int KeywordDefault = 11100

KeywordDelegate

The KeywordDelegate token ID.

public const int KeywordDelegate = 11101

KeywordDim

The KeywordDim token ID.

public const int KeywordDim = 11102

KeywordDirectCast

The KeywordDirectCast token ID.

public const int KeywordDirectCast = 11103

KeywordDo

The KeywordDo token ID.

public const int KeywordDo = 11104

KeywordDouble

The KeywordDouble token ID.

public const int KeywordDouble = 11105

KeywordEach

The KeywordEach token ID.

public const int KeywordEach = 11106

KeywordElse

The KeywordElse token ID.

public const int KeywordElse = 11107

KeywordElseIf

The KeywordElseIf token ID.

public const int KeywordElseIf = 11108

KeywordEnd

The KeywordEnd token ID.

public const int KeywordEnd = 11109

KeywordEndIf

The KeywordEndIf token ID.

public const int KeywordEndIf = 11110

KeywordEnum

The KeywordEnum token ID.

public const int KeywordEnum = 11111

KeywordErase

The KeywordErase token ID.

public const int KeywordErase = 11112

KeywordError

The KeywordError token ID.

public const int KeywordError = 11113

KeywordEvent

The KeywordEvent token ID.

public const int KeywordEvent = 11114

KeywordExit

The KeywordExit token ID.

public const int KeywordExit = 11115

KeywordFalse

The KeywordFalse token ID.

public const int KeywordFalse = 11116

KeywordFinally

The KeywordFinally token ID.

public const int KeywordFinally = 11117

KeywordFor

The KeywordFor token ID.

public const int KeywordFor = 11118

KeywordFriend

The KeywordFriend token ID.

public const int KeywordFriend = 11119

KeywordFunction

The KeywordFunction token ID.

public const int KeywordFunction = 11120

KeywordGet

The KeywordGet token ID.

public const int KeywordGet = 11121

KeywordGetType

The KeywordGetType token ID.

public const int KeywordGetType = 11122

KeywordGetXmlNamespace

The KeywordGetXmlNamespace token ID.

public const int KeywordGetXmlNamespace = 11123

KeywordGlobal

The KeywordGlobal token ID.

public const int KeywordGlobal = 11124

KeywordGoSub

The KeywordGoSub token ID.

public const int KeywordGoSub = 11125

KeywordGoTo

The KeywordGoTo token ID.

public const int KeywordGoTo = 11126

KeywordHandles

The KeywordHandles token ID.

public const int KeywordHandles = 11127

KeywordIf

The KeywordIf token ID.

public const int KeywordIf = 11128

KeywordImplements

The KeywordImplements token ID.

public const int KeywordImplements = 11129

KeywordImports

The KeywordImports token ID.

public const int KeywordImports = 11130

KeywordIn

The KeywordIn token ID.

public const int KeywordIn = 11131

KeywordInherits

The KeywordInherits token ID.

public const int KeywordInherits = 11132

KeywordInteger

The KeywordInteger token ID.

public const int KeywordInteger = 11133

KeywordInterface

The KeywordInterface token ID.

public const int KeywordInterface = 11134

KeywordIs

The KeywordIs token ID.

public const int KeywordIs = 11135

KeywordIsNot

The KeywordIsNot token ID.

public const int KeywordIsNot = 11136

KeywordLet

The KeywordLet token ID.

public const int KeywordLet = 11137

KeywordLib

The KeywordLib token ID.

public const int KeywordLib = 11138

KeywordLike

The KeywordLike token ID.

public const int KeywordLike = 11139

KeywordLong

The KeywordLong token ID.

public const int KeywordLong = 11140

KeywordLoop

The KeywordLoop token ID.

public const int KeywordLoop = 11141

KeywordMe

The KeywordMe token ID.

public const int KeywordMe = 11142

KeywordMod

The KeywordMod token ID.

public const int KeywordMod = 11143

KeywordModule

The KeywordModule token ID.

public const int KeywordModule = 11144

KeywordMustInherit

The KeywordMustInherit token ID.

public const int KeywordMustInherit = 11145

KeywordMustOverride

The KeywordMustOverride token ID.

public const int KeywordMustOverride = 11146

KeywordMyBase

The KeywordMyBase token ID.

public const int KeywordMyBase = 11147

KeywordMyClass

The KeywordMyClass token ID.

public const int KeywordMyClass = 11148

KeywordNameOf

The KeywordNameOf token ID.

public const int KeywordNameOf = 11149

KeywordNamespace

The KeywordNamespace token ID.

public const int KeywordNamespace = 11150

KeywordNarrowing

The KeywordNarrowing token ID.

public const int KeywordNarrowing = 11151

KeywordNew

The KeywordNew token ID.

public const int KeywordNew = 11152

KeywordNext

The KeywordNext token ID.

public const int KeywordNext = 11153

KeywordNot

The KeywordNot token ID.

public const int KeywordNot = 11154

KeywordNotInheritable

The KeywordNotInheritable token ID.

public const int KeywordNotInheritable = 11156

KeywordNotOverridable

The KeywordNotOverridable token ID.

public const int KeywordNotOverridable = 11157

KeywordNothing

The KeywordNothing token ID.

public const int KeywordNothing = 11155

KeywordObject

The KeywordObject token ID.

public const int KeywordObject = 11158

KeywordOf

The KeywordOf token ID.

public const int KeywordOf = 11159

KeywordOn

The KeywordOn token ID.

public const int KeywordOn = 11160

KeywordOperator

The KeywordOperator token ID.

public const int KeywordOperator = 11161

KeywordOption

The KeywordOption token ID.

public const int KeywordOption = 11162

KeywordOptional

The KeywordOptional token ID.

public const int KeywordOptional = 11163

KeywordOr

The KeywordOr token ID.

public const int KeywordOr = 11164

KeywordOrElse

The KeywordOrElse token ID.

public const int KeywordOrElse = 11165

KeywordOverloads

The KeywordOverloads token ID.

public const int KeywordOverloads = 11166

KeywordOverridable

The KeywordOverridable token ID.

public const int KeywordOverridable = 11167

KeywordOverrides

The KeywordOverrides token ID.

public const int KeywordOverrides = 11168

KeywordParamArray

The KeywordParamArray token ID.

public const int KeywordParamArray = 11169

KeywordPartial

The KeywordPartial token ID.

public const int KeywordPartial = 11170

KeywordPrivate

The KeywordPrivate token ID.

public const int KeywordPrivate = 11171

KeywordProperty

The KeywordProperty token ID.

public const int KeywordProperty = 11172

KeywordProtected

The KeywordProtected token ID.

public const int KeywordProtected = 11173

KeywordPublic

The KeywordPublic token ID.

public const int KeywordPublic = 11174

KeywordREM

The KeywordREM token ID.

public const int KeywordREM = 11178

KeywordRaiseEvent

The KeywordRaiseEvent token ID.

public const int KeywordRaiseEvent = 11175

KeywordReDim

The KeywordReDim token ID.

public const int KeywordReDim = 11177

KeywordReadOnly

The KeywordReadOnly token ID.

public const int KeywordReadOnly = 11176

KeywordRemoveHandler

The KeywordRemoveHandler token ID.

public const int KeywordRemoveHandler = 11179

KeywordResume

The KeywordResume token ID.

public const int KeywordResume = 11180

KeywordReturn

The KeywordReturn token ID.

public const int KeywordReturn = 11181

KeywordSByte

The KeywordSByte token ID.

public const int KeywordSByte = 11182

KeywordSelect

The KeywordSelect token ID.

public const int KeywordSelect = 11183

KeywordSet

The KeywordSet token ID.

public const int KeywordSet = 11184

KeywordShadows

The KeywordShadows token ID.

public const int KeywordShadows = 11185

KeywordShared

The KeywordShared token ID.

public const int KeywordShared = 11186

KeywordShort

The KeywordShort token ID.

public const int KeywordShort = 11187

KeywordSingle

The KeywordSingle token ID.

public const int KeywordSingle = 11188

KeywordStatic

The KeywordStatic token ID.

public const int KeywordStatic = 11189

KeywordStep

The KeywordStep token ID.

public const int KeywordStep = 11190

KeywordStop

The KeywordStop token ID.

public const int KeywordStop = 11191

KeywordString

The KeywordString token ID.

public const int KeywordString = 11192

KeywordStructure

The KeywordStructure token ID.

public const int KeywordStructure = 11193

KeywordSub

The KeywordSub token ID.

public const int KeywordSub = 11194

KeywordSyncLock

The KeywordSyncLock token ID.

public const int KeywordSyncLock = 11195

KeywordThen

The KeywordThen token ID.

public const int KeywordThen = 11196

KeywordThrow

The KeywordThrow token ID.

public const int KeywordThrow = 11197

KeywordTo

The KeywordTo token ID.

public const int KeywordTo = 11198

KeywordTrue

The KeywordTrue token ID.

public const int KeywordTrue = 11199

KeywordTry

The KeywordTry token ID.

public const int KeywordTry = 11200

KeywordTryCast

The KeywordTryCast token ID.

public const int KeywordTryCast = 11201

KeywordTypeOf

The KeywordTypeOf token ID.

public const int KeywordTypeOf = 11202

KeywordUInteger

The KeywordUInteger token ID.

public const int KeywordUInteger = 11203

KeywordULong

The KeywordULong token ID.

public const int KeywordULong = 11204

KeywordUShort

The KeywordUShort token ID.

public const int KeywordUShort = 11206

KeywordUntil

The KeywordUntil token ID.

public const int KeywordUntil = 11205

KeywordUsing

The KeywordUsing token ID.

public const int KeywordUsing = 11207

KeywordVariant

The KeywordVariant token ID.

public const int KeywordVariant = 11208

KeywordWend

The KeywordWend token ID.

public const int KeywordWend = 11209

KeywordWhen

The KeywordWhen token ID.

public const int KeywordWhen = 11210

KeywordWhile

The KeywordWhile token ID.

public const int KeywordWhile = 11211

KeywordWidening

The KeywordWidening token ID.

public const int KeywordWidening = 11212

KeywordWith

The KeywordWith token ID.

public const int KeywordWith = 11213

KeywordWithEvents

The KeywordWithEvents token ID.

public const int KeywordWithEvents = 11214

KeywordWriteOnly

The KeywordWriteOnly token ID.

public const int KeywordWriteOnly = 11215

KeywordXor

The KeywordXor token ID.

public const int KeywordXor = 11216

LineContinuation

The LineContinuation token ID.

public const int LineContinuation = 11002

LineTerminator

The LineTerminator token ID.

public const int LineTerminator = 11001

LiteralBinaryInteger

The LiteralBinaryInteger token ID.

public const int LiteralBinaryInteger = 11022

LiteralCharacter

The LiteralCharacter token ID.

public const int LiteralCharacter = 11027

LiteralDate

The LiteralDate token ID.

public const int LiteralDate = 11030

LiteralDecimalInteger

The LiteralDecimalInteger token ID.

public const int LiteralDecimalInteger = 11023

LiteralFloatingPoint

The LiteralFloatingPoint token ID.

public const int LiteralFloatingPoint = 11026

LiteralHexadecimalInteger

The LiteralHexadecimalInteger token ID.

public const int LiteralHexadecimalInteger = 11024

LiteralInterpolatedString

The LiteralInterpolatedString token ID.

public const int LiteralInterpolatedString = 11029

LiteralOctalInteger

The LiteralOctalInteger token ID.

public const int LiteralOctalInteger = 11025

LiteralString

The LiteralString token ID.

public const int LiteralString = 11028

LiteralXml

The LiteralXml token ID.

public const int LiteralXml = 11031

OpenCurlyBrace

The OpenCurlyBrace token ID.

public const int OpenCurlyBrace = 11005

OpenParenthesis

The OpenParenthesis token ID.

public const int OpenParenthesis = 11003

OpenSquareBrace

The OpenSquareBrace token ID.

public const int OpenSquareBrace = 11007

OperatorAddition

The OperatorAddition token ID.

public const int OperatorAddition = 11219

OperatorAdditionAssignment

The OperatorAdditionAssignment token ID.

public const int OperatorAdditionAssignment = 11234

OperatorEquality

The OperatorEquality token ID.

public const int OperatorEquality = 11225

OperatorExponentiation

The OperatorExponentiation token ID.

public const int OperatorExponentiation = 11223

OperatorExponentiationAssignment

The OperatorExponentiationAssignment token ID.

public const int OperatorExponentiationAssignment = 11238

OperatorFloatingPointDivision

The OperatorFloatingPointDivision token ID.

public const int OperatorFloatingPointDivision = 11221

OperatorFloatingPointDivisionAssignment

The OperatorFloatingPointDivisionAssignment token ID.

public const int OperatorFloatingPointDivisionAssignment = 11236

OperatorGreaterThan

The OperatorGreaterThan token ID.

public const int OperatorGreaterThan = 11226

OperatorGreaterThanOrEqual

The OperatorGreaterThanOrEqual token ID.

public const int OperatorGreaterThanOrEqual = 11228

OperatorInequality

The OperatorInequality token ID.

public const int OperatorInequality = 11229

OperatorIntegerDivision

The OperatorIntegerDivision token ID.

public const int OperatorIntegerDivision = 11222

OperatorIntegerDivisionAssignment

The OperatorIntegerDivisionAssignment token ID.

public const int OperatorIntegerDivisionAssignment = 11237

OperatorLeftShift

The OperatorLeftShift token ID.

public const int OperatorLeftShift = 11230

OperatorLeftShiftAssignment

The OperatorLeftShiftAssignment token ID.

public const int OperatorLeftShiftAssignment = 11239

OperatorLessThan

The OperatorLessThan token ID.

public const int OperatorLessThan = 11224

OperatorLessThanOrEqual

The OperatorLessThanOrEqual token ID.

public const int OperatorLessThanOrEqual = 11227

OperatorMultiplication

The OperatorMultiplication token ID.

public const int OperatorMultiplication = 11218

OperatorMultiplicationAssignment

The OperatorMultiplicationAssignment token ID.

public const int OperatorMultiplicationAssignment = 11233

OperatorRightShift

The OperatorRightShift token ID.

public const int OperatorRightShift = 11231

OperatorRightShiftAssignment

The OperatorRightShiftAssignment token ID.

public const int OperatorRightShiftAssignment = 11240

OperatorStringConcatenation

The OperatorStringConcatenation token ID.

public const int OperatorStringConcatenation = 11217

OperatorStringConcatenationAssignment

The OperatorStringConcatenationAssignment token ID.

public const int OperatorStringConcatenationAssignment = 11232

OperatorSubtraction

The OperatorSubtraction token ID.

public const int OperatorSubtraction = 11220

OperatorSubtractionAssignment

The OperatorSubtractionAssignment token ID.

public const int OperatorSubtractionAssignment = 11235

PreprocessorDirectiveKeywordConst

The PreprocessorDirectiveKeywordConst token ID.

public const int PreprocessorDirectiveKeywordConst = 11241

PreprocessorDirectiveKeywordDisableWarning

The PreprocessorDirectiveKeywordDisableWarning token ID.

public const int PreprocessorDirectiveKeywordDisableWarning = 11242

PreprocessorDirectiveKeywordElse

The PreprocessorDirectiveKeywordElse token ID.

public const int PreprocessorDirectiveKeywordElse = 11246

PreprocessorDirectiveKeywordElseIf

The PreprocessorDirectiveKeywordElseIf token ID.

public const int PreprocessorDirectiveKeywordElseIf = 11245

PreprocessorDirectiveKeywordEnableWarning

The PreprocessorDirectiveKeywordEnableWarning token ID.

public const int PreprocessorDirectiveKeywordEnableWarning = 11243

PreprocessorDirectiveKeywordEndExternalSource

The PreprocessorDirectiveKeywordEndExternalSource token ID.

public const int PreprocessorDirectiveKeywordEndExternalSource = 11249

PreprocessorDirectiveKeywordEndIf

The PreprocessorDirectiveKeywordEndIf token ID.

public const int PreprocessorDirectiveKeywordEndIf = 11247

PreprocessorDirectiveKeywordEndRegion

The PreprocessorDirectiveKeywordEndRegion token ID.

public const int PreprocessorDirectiveKeywordEndRegion = 11251

PreprocessorDirectiveKeywordExternalChecksum

The PreprocessorDirectiveKeywordExternalChecksum token ID.

public const int PreprocessorDirectiveKeywordExternalChecksum = 11252

PreprocessorDirectiveKeywordExternalSource

The PreprocessorDirectiveKeywordExternalSource token ID.

public const int PreprocessorDirectiveKeywordExternalSource = 11248

PreprocessorDirectiveKeywordIf

The PreprocessorDirectiveKeywordIf token ID.

public const int PreprocessorDirectiveKeywordIf = 11244

PreprocessorDirectiveKeywordRegion

The PreprocessorDirectiveKeywordRegion token ID.

public const int PreprocessorDirectiveKeywordRegion = 11250

PreprocessorDirectiveText

The PreprocessorDirectiveText token ID.

public const int PreprocessorDirectiveText = 11253

QuestionMark

The QuestionMark token ID.

public const int QuestionMark = 11014

TripleDot

The TripleDot token ID.

public const int TripleDot = 11016

Whitespace

The Whitespace token ID.

public const int Whitespace = 11000

XmlAttribute

The XmlAttribute token ID.

public const int XmlAttribute = 11032

Inherited Members

Extension Methods