CodeDomProvider::LanguageOptions Property

 

Gets a language features identifier.

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

public:
property LanguageOptions LanguageOptions {
	virtual LanguageOptions get();
}

Property Value

Type: System.CodeDom.Compiler::LanguageOptions

A LanguageOptions that indicates special features of the language.

.NET Framework
Available since 1.1
Return to top
Show: