XSharpDialect 枚举 | |
This enum lists the various dialects possible in XSharp. The enum MUST match the dialect values inside the compiler
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 public enum XSharpDialect
成员
| 成员名称 | 值 | 说明 |
---|
| Core | 0 | |
| VO | 1 | |
| Vulcan | 2 | |
| Harbour | 3 | |
| FoxPro | 4 | |
| XPP | 5 | |
| dBase | 6 | |
| Last | 6 | |
参见