CompilationJob
Struct in Yarn.Compiler
Inherits from System.ValueType
Summary
An object that contains Yarn source code to compile, and instructions on how to compile it.
Remarks
Instances of this struct are used with Compile(CompilationJob) to produce CompilationResult objects.
Enums
The type of compilation that the compiler will do.
Fields
The type of compilation to perform.
The declarations for variables.
Methods
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a collection of files.
Creates a new CompilationJob using the contents of a string.
Structs
Represents the contents of a file to compile.
Last updated