XSharpDialect Enumeration | |
This enum lists the various dialects possible in XSharp. The enum MUST match the dialect values inside the compiler
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax public enum XSharpDialect
Members
| Member name | Value | Description |
---|
| Core | 0 | |
| VO | 1 | |
| Vulcan | 2 | |
| Harbour | 3 | |
| FoxPro | 4 | |
| XPP | 5 | |
| dBase | 6 | |
| Last | 6 | |
See Also