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 v23.1.5.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

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

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

ContextualKeywordAscending

Gets the ContextualKeywordAscending token ID.

public const int ContextualKeywordAscending = 10108

ContextualKeywordAsync

Gets the ContextualKeywordAsync token ID.

public const int ContextualKeywordAsync = 10110

ContextualKeywordAwait

Gets the ContextualKeywordAwait token ID.

public const int ContextualKeywordAwait = 10111

ContextualKeywordBy

Gets the ContextualKeywordBy token ID.

public const int ContextualKeywordBy = 10112

ContextualKeywordDescending

Gets the ContextualKeywordDescending token ID.

public const int ContextualKeywordDescending = 10113

ContextualKeywordEquals

Gets the ContextualKeywordEquals token ID.

public const int ContextualKeywordEquals = 10114

ContextualKeywordFrom

Gets the ContextualKeywordFrom token ID.

public const int ContextualKeywordFrom = 10115

ContextualKeywordGet

Gets the ContextualKeywordGet token ID.

public const int ContextualKeywordGet = 10116

ContextualKeywordGroup

Gets the ContextualKeywordGroup token ID.

public const int ContextualKeywordGroup = 10117

ContextualKeywordInit

Gets the ContextualKeywordInit token ID.

public const int ContextualKeywordInit = 10118

ContextualKeywordInto

Gets the ContextualKeywordInto token ID.

public const int ContextualKeywordInto = 10119

ContextualKeywordJoin

Gets the ContextualKeywordJoin token ID.

public const int ContextualKeywordJoin = 10120

ContextualKeywordLet

Gets the ContextualKeywordLet token ID.

public const int ContextualKeywordLet = 10121

ContextualKeywordNInt

Gets the ContextualKeywordNInt token ID.

public const int ContextualKeywordNInt = 10123

ContextualKeywordNUInt

Gets the ContextualKeywordNUInt token ID.

public const int ContextualKeywordNUInt = 10124

ContextualKeywordNameOf

Gets the ContextualKeywordNameOf token ID.

public const int ContextualKeywordNameOf = 10122

ContextualKeywordOn

Gets the ContextualKeywordOn token ID.

public const int ContextualKeywordOn = 10125

ContextualKeywordOrderBy

Gets the ContextualKeywordOrderBy token ID.

public const int ContextualKeywordOrderBy = 10126

ContextualKeywordPartial

Gets the ContextualKeywordPartial token ID.

public const int ContextualKeywordPartial = 10127

ContextualKeywordRecord

Gets the ContextualKeywordRecord token ID.

public const int ContextualKeywordRecord = 10128

ContextualKeywordRemove

Gets the ContextualKeywordRemove token ID.

public const int ContextualKeywordRemove = 10129

ContextualKeywordSelect

Gets the ContextualKeywordSelect token ID.

public const int ContextualKeywordSelect = 10130

ContextualKeywordSet

Gets the ContextualKeywordSet token ID.

public const int ContextualKeywordSet = 10131

ContextualKeywordVar

Gets the ContextualKeywordVar token ID.

public const int ContextualKeywordVar = 10132

ContextualKeywordWhen

Gets the ContextualKeywordWhen token ID.

public const int ContextualKeywordWhen = 10133

ContextualKeywordWhere

Gets the ContextualKeywordWhere token ID.

public const int ContextualKeywordWhere = 10134

ContextualKeywordWith

Gets the ContextualKeywordWith token ID.

public const int ContextualKeywordWith = 10135

ContextualKeywordYield

Gets the ContextualKeywordYield token ID.

public const int ContextualKeywordYield = 10136

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

KeywordAbstract

Gets the KeywordAbstract token ID.

public const int KeywordAbstract = 10030

KeywordAs

Gets the KeywordAs token ID.

public const int KeywordAs = 10031

KeywordBase

Gets the KeywordBase token ID.

public const int KeywordBase = 10032

KeywordBool

Gets the KeywordBool token ID.

public const int KeywordBool = 10033

KeywordBreak

Gets the KeywordBreak token ID.

public const int KeywordBreak = 10034

KeywordByte

Gets the KeywordByte token ID.

public const int KeywordByte = 10035

KeywordCase

Gets the KeywordCase token ID.

public const int KeywordCase = 10036

KeywordCatch

Gets the KeywordCatch token ID.

public const int KeywordCatch = 10037

KeywordChar

Gets the KeywordChar token ID.

public const int KeywordChar = 10038

KeywordChecked

Gets the KeywordChecked token ID.

public const int KeywordChecked = 10039

KeywordClass

Gets the KeywordClass token ID.

public const int KeywordClass = 10040

KeywordConst

Gets the KeywordConst token ID.

public const int KeywordConst = 10041

KeywordContinue

Gets the KeywordContinue token ID.

public const int KeywordContinue = 10042

KeywordDecimal

Gets the KeywordDecimal token ID.

public const int KeywordDecimal = 10043

KeywordDefault

Gets the KeywordDefault token ID.

public const int KeywordDefault = 10044

KeywordDelegate

Gets the KeywordDelegate token ID.

public const int KeywordDelegate = 10045

KeywordDo

Gets the KeywordDo token ID.

public const int KeywordDo = 10046

KeywordDouble

Gets the KeywordDouble token ID.

public const int KeywordDouble = 10047

KeywordDynamic

Gets the KeywordDynamic token ID.

public const int KeywordDynamic = 10048

KeywordElse

Gets the KeywordElse token ID.

public const int KeywordElse = 10049

KeywordEnum

Gets the KeywordEnum token ID.

public const int KeywordEnum = 10050

KeywordEvent

Gets the KeywordEvent token ID.

public const int KeywordEvent = 10051

KeywordExplicit

Gets the KeywordExplicit token ID.

public const int KeywordExplicit = 10052

KeywordExtern

Gets the KeywordExtern token ID.

public const int KeywordExtern = 10053

KeywordFalse

Gets the KeywordFalse token ID.

public const int KeywordFalse = 10054

KeywordFinally

Gets the KeywordFinally token ID.

public const int KeywordFinally = 10055

KeywordFixed

Gets the KeywordFixed token ID.

public const int KeywordFixed = 10056

KeywordFloat

Gets the KeywordFloat token ID.

public const int KeywordFloat = 10057

KeywordFor

Gets the KeywordFor token ID.

public const int KeywordFor = 10058

KeywordForEach

Gets the KeywordForEach token ID.

public const int KeywordForEach = 10059

KeywordGoto

Gets the KeywordGoto token ID.

public const int KeywordGoto = 10060

KeywordIf

Gets the KeywordIf token ID.

public const int KeywordIf = 10061

KeywordImplicit

Gets the KeywordImplicit token ID.

public const int KeywordImplicit = 10062

KeywordIn

Gets the KeywordIn token ID.

public const int KeywordIn = 10063

KeywordInt

Gets the KeywordInt token ID.

public const int KeywordInt = 10064

KeywordInterface

Gets the KeywordInterface token ID.

public const int KeywordInterface = 10065

KeywordInternal

Gets the KeywordInternal token ID.

public const int KeywordInternal = 10066

KeywordIs

Gets the KeywordIs token ID.

public const int KeywordIs = 10067

KeywordLock

Gets the KeywordLock token ID.

public const int KeywordLock = 10068

KeywordLong

Gets the KeywordLong token ID.

public const int KeywordLong = 10069

KeywordNamespace

Gets the KeywordNamespace token ID.

public const int KeywordNamespace = 10070

KeywordNew

Gets the KeywordNew token ID.

public const int KeywordNew = 10071

KeywordNull

Gets the KeywordNull token ID.

public const int KeywordNull = 10072

KeywordObject

Gets the KeywordObject token ID.

public const int KeywordObject = 10073

KeywordOperator

Gets the KeywordOperator token ID.

public const int KeywordOperator = 10074

KeywordOut

Gets the KeywordOut token ID.

public const int KeywordOut = 10075

KeywordOverride

Gets the KeywordOverride token ID.

public const int KeywordOverride = 10076

KeywordParams

Gets the KeywordParams token ID.

public const int KeywordParams = 10077

KeywordPrivate

Gets the KeywordPrivate token ID.

public const int KeywordPrivate = 10078

KeywordProtected

Gets the KeywordProtected token ID.

public const int KeywordProtected = 10079

KeywordPublic

Gets the KeywordPublic token ID.

public const int KeywordPublic = 10080

KeywordReadOnly

Gets the KeywordReadOnly token ID.

public const int KeywordReadOnly = 10081

KeywordRef

Gets the KeywordRef token ID.

public const int KeywordRef = 10082

KeywordReturn

Gets the KeywordReturn token ID.

public const int KeywordReturn = 10083

KeywordSByte

Gets the KeywordSByte token ID.

public const int KeywordSByte = 10084

KeywordSealed

Gets the KeywordSealed token ID.

public const int KeywordSealed = 10085

KeywordShort

Gets the KeywordShort token ID.

public const int KeywordShort = 10086

KeywordSizeOf

Gets the KeywordSizeOf token ID.

public const int KeywordSizeOf = 10087

KeywordStackAlloc

Gets the KeywordStackAlloc token ID.

public const int KeywordStackAlloc = 10088

KeywordStatic

Gets the KeywordStatic token ID.

public const int KeywordStatic = 10089

KeywordString

Gets the KeywordString token ID.

public const int KeywordString = 10090

KeywordStruct

Gets the KeywordStruct token ID.

public const int KeywordStruct = 10091

KeywordSwitch

Gets the KeywordSwitch token ID.

public const int KeywordSwitch = 10092

KeywordThis

Gets the KeywordThis token ID.

public const int KeywordThis = 10093

KeywordThrow

Gets the KeywordThrow token ID.

public const int KeywordThrow = 10094

KeywordTrue

Gets the KeywordTrue token ID.

public const int KeywordTrue = 10095

KeywordTry

Gets the KeywordTry token ID.

public const int KeywordTry = 10096

KeywordTypeOf

Gets the KeywordTypeOf token ID.

public const int KeywordTypeOf = 10097

KeywordUInt

Gets the KeywordUInt token ID.

public const int KeywordUInt = 10098

KeywordULong

Gets the KeywordULong token ID.

public const int KeywordULong = 10099

KeywordUShort

Gets the KeywordUShort token ID.

public const int KeywordUShort = 10102

KeywordUnchecked

Gets the KeywordUnchecked token ID.

public const int KeywordUnchecked = 10100

KeywordUnsafe

Gets the KeywordUnsafe token ID.

public const int KeywordUnsafe = 10101

KeywordUsing

Gets the KeywordUsing token ID.

public const int KeywordUsing = 10103

KeywordVirtual

Gets the KeywordVirtual token ID.

public const int KeywordVirtual = 10104

KeywordVoid

Gets the KeywordVoid token ID.

public const int KeywordVoid = 10105

KeywordVolatile

Gets the KeywordVolatile token ID.

public const int KeywordVolatile = 10106

KeywordWhile

Gets the KeywordWhile token ID.

public const int KeywordWhile = 10107

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

LiteralCharacter

Gets the LiteralCharacter token ID.

public const int LiteralCharacter = 10024

LiteralDecimalInteger

Gets the LiteralDecimalInteger token ID.

public const int LiteralDecimalInteger = 10021

LiteralHexadecimalInteger

Gets the LiteralHexadecimalInteger token ID.

public const int LiteralHexadecimalInteger = 10022

LiteralInterpolatedString

Gets the LiteralInterpolatedString token ID.

public const int LiteralInterpolatedString = 10026

LiteralInterpolatedVerbatimString

Gets the LiteralInterpolatedVerbatimString token ID.

public const int LiteralInterpolatedVerbatimString = 10028

LiteralReal

Gets the LiteralReal token ID.

public const int LiteralReal = 10023

LiteralString

Gets the LiteralString token ID.

public const int LiteralString = 10025

LiteralVerbatimString

Gets the LiteralVerbatimString token ID.

public const int LiteralVerbatimString = 10027

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

OperatorAdditionAssignment

Gets the OperatorAdditionAssignment token ID.

public const int OperatorAdditionAssignment = 10159

OperatorAssignment

Gets the OperatorAssignment token ID.

public const int OperatorAssignment = 10147

OperatorBitwiseAnd

Gets the OperatorBitwiseAnd token ID.

public const int OperatorBitwiseAnd = 10142

OperatorBitwiseAndAssignment

Gets the OperatorBitwiseAndAssignment token ID.

public const int OperatorBitwiseAndAssignment = 10164

OperatorBitwiseOr

Gets the OperatorBitwiseOr token ID.

public const int OperatorBitwiseOr = 10143

OperatorBitwiseOrAssignment

Gets the OperatorBitwiseOrAssignment token ID.

public const int OperatorBitwiseOrAssignment = 10165

OperatorConditionalAnd

Gets the OperatorConditionalAnd token ID.

public const int OperatorConditionalAnd = 10152

OperatorConditionalOr

Gets the OperatorConditionalOr token ID.

public const int OperatorConditionalOr = 10153

OperatorDecrement

Gets the OperatorDecrement token ID.

public const int OperatorDecrement = 10151

OperatorDivision

Gets the OperatorDivision token ID.

public const int OperatorDivision = 10140

OperatorDivisionAssignment

Gets the OperatorDivisionAssignment token ID.

public const int OperatorDivisionAssignment = 10162

OperatorEquality

Gets the OperatorEquality token ID.

public const int OperatorEquality = 10155

OperatorExclusiveOr

Gets the OperatorExclusiveOr token ID.

public const int OperatorExclusiveOr = 10144

OperatorExclusiveOrAssignment

Gets the OperatorExclusiveOrAssignment token ID.

public const int OperatorExclusiveOrAssignment = 10166

OperatorGreaterThan

Gets the OperatorGreaterThan token ID.

public const int OperatorGreaterThan = 10149

OperatorGreaterThanOrEqual

Gets the OperatorGreaterThanOrEqual token ID.

public const int OperatorGreaterThanOrEqual = 10158

OperatorIncrement

Gets the OperatorIncrement token ID.

public const int OperatorIncrement = 10150

OperatorInequality

Gets the OperatorInequality token ID.

public const int OperatorInequality = 10156

OperatorLeftShift

Gets the OperatorLeftShift token ID.

public const int OperatorLeftShift = 10154

OperatorLeftShiftAssignment

Gets the OperatorLeftShiftAssignment token ID.

public const int OperatorLeftShiftAssignment = 10167

OperatorLessThan

Gets the OperatorLessThan token ID.

public const int OperatorLessThan = 10148

OperatorLessThanOrEqual

Gets the OperatorLessThanOrEqual token ID.

public const int OperatorLessThanOrEqual = 10157

OperatorModulus

Gets the OperatorModulus token ID.

public const int OperatorModulus = 10141

OperatorModulusAssignment

Gets the OperatorModulusAssignment token ID.

public const int OperatorModulusAssignment = 10163

OperatorMultiplication

Gets the OperatorMultiplication token ID.

public const int OperatorMultiplication = 10139

OperatorMultiplicationAssignment

Gets the OperatorMultiplicationAssignment token ID.

public const int OperatorMultiplicationAssignment = 10161

OperatorNegation

Gets the OperatorNegation token ID.

public const int OperatorNegation = 10145

OperatorNullCoalescing

Gets the OperatorNullCoalescing token ID.

public const int OperatorNullCoalescing = 10169

OperatorNullCoalescingAssignment

Gets the OperatorNullCoalescingAssignment token ID.

public const int OperatorNullCoalescingAssignment = 10170

OperatorOnesComplement

Gets the OperatorOnesComplement token ID.

public const int OperatorOnesComplement = 10146

OperatorPointerDereference

Gets the OperatorPointerDereference token ID.

public const int OperatorPointerDereference = 10168

OperatorRange

Gets the OperatorRange token ID.

public const int OperatorRange = 10171

OperatorSubtraction

Gets the OperatorSubtraction token ID.

public const int OperatorSubtraction = 10138

OperatorSubtractionAssignment

Gets the OperatorSubtractionAssignment token ID.

public const int OperatorSubtractionAssignment = 10160

PreprocessorDirectiveKeywordDefine

Gets the PreprocessorDirectiveKeywordDefine token ID.

public const int PreprocessorDirectiveKeywordDefine = 10176

PreprocessorDirectiveKeywordElIf

Gets the PreprocessorDirectiveKeywordElIf token ID.

public const int PreprocessorDirectiveKeywordElIf = 10174

PreprocessorDirectiveKeywordElse

Gets the PreprocessorDirectiveKeywordElse token ID.

public const int PreprocessorDirectiveKeywordElse = 10173

PreprocessorDirectiveKeywordEndIf

Gets the PreprocessorDirectiveKeywordEndIf token ID.

public const int PreprocessorDirectiveKeywordEndIf = 10175

PreprocessorDirectiveKeywordEndRegion

Gets the PreprocessorDirectiveKeywordEndRegion token ID.

public const int PreprocessorDirectiveKeywordEndRegion = 10182

PreprocessorDirectiveKeywordError

Gets the PreprocessorDirectiveKeywordError token ID.

public const int PreprocessorDirectiveKeywordError = 10179

PreprocessorDirectiveKeywordIf

Gets the PreprocessorDirectiveKeywordIf token ID.

public const int PreprocessorDirectiveKeywordIf = 10172

PreprocessorDirectiveKeywordLine

Gets the PreprocessorDirectiveKeywordLine token ID.

public const int PreprocessorDirectiveKeywordLine = 10180

PreprocessorDirectiveKeywordNullable

Gets the PreprocessorDirectiveKeywordNullable token ID.

public const int PreprocessorDirectiveKeywordNullable = 10184

PreprocessorDirectiveKeywordPragma

Gets the PreprocessorDirectiveKeywordPragma token ID.

public const int PreprocessorDirectiveKeywordPragma = 10183

PreprocessorDirectiveKeywordRegion

Gets the PreprocessorDirectiveKeywordRegion token ID.

public const int PreprocessorDirectiveKeywordRegion = 10181

PreprocessorDirectiveKeywordUndef

Gets the PreprocessorDirectiveKeywordUndef token ID.

public const int PreprocessorDirectiveKeywordUndef = 10177

PreprocessorDirectiveKeywordWarning

Gets the PreprocessorDirectiveKeywordWarning token ID.

public const int PreprocessorDirectiveKeywordWarning = 10178

PreprocessorDirectiveText

Gets the PreprocessorDirectiveText token ID.

public const int PreprocessorDirectiveText = 10185

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