LanguageOptions Enumeration
.NET Framework (current version)
Defines identifiers that indicate special features of a language.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| CaseInsensitive | The language is case-insensitive. | |
| None | The language has default characteristics. |
A CodeDomProvider has a LanguageOptions property that is used to indicate certain characteristics of the programming language supported by the provider. The meaning of a LanguageOptions identifier can be relevant to properly generating, compiling, and reading the language.
.NET Framework
Available since 1.1
Available since 1.1
Show: