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