CompilationJob
Last updated
Was this helpful?
Last updated
Was this helpful?
Struct in
Inherits from System.ValueType
An object that contains Yarn source code to compile, and instructions on how to compile it.
Instances of this struct are used with to produce objects.
The type of compilation that the compiler will do.
The type of compilation to perform.
The declarations for variables.
Represents the contents of a file to compile.
The structs that represent the content to parse..
The that contains declarations for functions.
Creates a new using the contents of a collection of files.
Creates a new using the contents of a collection of files.
Creates a new using the contents of a string.