System.CodeDom.Compiler.LanguageOptions Enumeration

Assembly: System.dll
Namespace: System.CodeDom.Compiler
Summary
Specifies identifiers that indicate special features of a language.
C# Syntax:
[Flags]
[Serializable]
public enum LanguageOptions
Remarks
A 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 LanguageOptions identifier can be relevant to properly generating, compiling, and reading the language.
See also:
System.CodeDom.Compiler Namespace

System.CodeDom.Compiler.LanguageOptions Member List:

Public Fields
CaseInsensitive The language is case-insensitive.
None The language has default characteristics.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.