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.
Member Name | Description |
---|---|
CaseInsensitive |
The language is case-insensitive. |
None |
The language has default characteristics. |