Extensions
01 Syntax
Microsoft.VisualBasic.Scripting.SymbolBuilder.VBLanguage.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AsVBIdentifier | 1 | 这个拓展函数将字典之中的字符串主键处理为符合VB的对象命名规则的字符串 |
| AsVBIdentifier | 1 | Normalize the input text token as a valid VisualBasic identifier |
| IsValidVBSymbolName | 1 | the given string is a valid VB identifier symbol? |
03 Members
AsVBIdentifier``1(
Dictionary(Of String, ``0))这个拓展函数将字典之中的字符串主键处理为符合VB的对象命名规则的字符串
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
table | Dictionary(Of String, ``0) | - |
AsVBIdentifier(
String)Normalize the input text token as a valid VisualBasic identifier
Parameters
| Name | Type | Description |
|---|---|---|
key | String | - |
IsValidVBSymbolName(
String)the given string is a valid VB identifier symbol?
Parameters
| Name | Type | Description |
|---|---|---|
name | String | - |