Class CSharpCommandLineArguments
Inheritance
CSharpCommandLineArguments
Assembly: Microsoft.CodeAnalysis.CSharp.dll
Syntax
public sealed class CSharpCommandLineArguments : CommandLineArguments
Properties
CompilationOptions
Declaration
public CSharpCompilationOptions CompilationOptions { get; }
Property Value
CompilationOptionsCore
Declaration
protected override CompilationOptions CompilationOptionsCore { get; }
Property Value
Overrides
ParseOptions
Declaration
public CSharpParseOptions ParseOptions { get; }
Property Value
ParseOptionsCore
Declaration
protected override ParseOptions ParseOptionsCore { get; }
Property Value
Overrides