CSharpSyntaxTree.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options used by the parser to produce the syntax tree.
public:
abstract property Microsoft::CodeAnalysis::CSharp::CSharpParseOptions ^ Options { Microsoft::CodeAnalysis::CSharp::CSharpParseOptions ^ get(); };
public abstract Microsoft.CodeAnalysis.CSharp.CSharpParseOptions Options { get; }
member this.Options : Microsoft.CodeAnalysis.CSharp.CSharpParseOptions
Public MustOverride ReadOnly Property Options As CSharpParseOptions