Language Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Languages supported for code generation.
public enum class Language
public enum class Language
enum Language
public enum Language
type Language =
Public Enum Language
- Inheritance
-
Language
Fields
CSharp | 0 | The C# programming language. |
CSharpVersion2 | 2 | The C# programming language v2 |
CSharpVersion3 | 1 | The C# programming language v3 (for Linq, etc) |
JScript | 4 | The Managed JScript programming language |
VisualBasic | 3 | The Visual Basic programming language |