Gets or sets whether the compiler supports advanced semantics.
[Visual Basic] ReadOnly Property SupportsAdvancedSemantics As Boolean [C#] bool SupportsAdvancedSemantics {get;} [C++] bool get_SupportsAdvancedSemantics() = 0; [JScript] abstract function get SupportsAdvancedSemantics() : Boolean;
true if the compiler supports advanced semantics; otherwise, false.
ICodeCompiler Interface | ICodeCompiler Members | System.CodeDOM.Compiler Namespace