Class CompileOptions
public sealed record CompileOptions : IEquatable<CompileOptions>
- Inheritance
-
CompileOptions
- Implements
- Inherited Members
Constructors
CompileOptions(string, bool)
public CompileOptions(string Entrypoint, bool Optimize = false)
Parameters
Properties
Entrypoint
public string Entrypoint { get; init; }
Property Value
Optimize
public bool Optimize { get; init; }