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.