Canon/Canon.Console/Models/CompilerOption.cs

7 lines
124 B
C#
Raw Permalink Normal View History

namespace Canon.Console.Models;
public class CompilerOption
{
public required string SourceFilename { get; set; }
}