Keyword processor of the VB.NET language
KeywordProcessor
01 Syntax
Microsoft.VisualBasic.Scripting.SymbolBuilder.VBLanguage.KeywordProcessor
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AutoEscapeVBKeyword | 1 | Escaping the vb variable name when it conflicts with VB keywords name, this function can be using for the VB.NET related code generator. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| TokenWords | 1 | Tokenize of KeywordProcessor.VBKeywords |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| VBKeywords | 2 | List of VB.NET language keywords |
05 Members
AutoEscapeVBKeyword(
String)Escaping the vb variable name when it conflicts with VB keywords name, this function can be using for the VB.NET related code generator.
Parameters
| Name | Type | Description |
|---|---|---|
name$ | String | The identifier name. |
Returns
If the identifier is a VB.NET keyword, then it will be escaping and returns, otherwise, will do nothing, function returns the raw input identifier.
TokenWords
Tokenize of KeywordProcessor.VBKeywords
VBKeywords
List of VB.NET language keywords
VBKeywords