Loading...
Struct in CompilationJob
Inherits from System.ValueType
System.ValueType
Represents the contents of a file to compile.
public struct File
The name of the file.
The source code of this file.
Field in File
public string Source;
public string FileName;
This may be a full path, or just the filename or anything in between. This is useful for diagnostics, and for attributing Line objects to their original source files.