System.CodeDom.Compiler.LanguageOptions Enumeration

Defines identifiers that indicate special features of a language.

Syntax

[System.Flags]
public enum LanguageOptions

Remarks

A System.CodeDom.Compiler.CodeDomProvider has a CodeDomProvider.LanguageOptions property that is used to indicate certain characteristics of the programming language supported by the provider. The meaning of a System.CodeDom.Compiler.LanguageOptions identifier can be relevant to properly generating, compiling, and reading the language.

Members

Member NameDescription
CaseInsensitive

The language is case-insensitive.

None

The language has default characteristics.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0