Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LanguageOptions Enumeration

 

Defines identifiers that indicate special features of a language.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

<SerializableAttribute>
<FlagsAttribute>
Public Enumeration LanguageOptions

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft