Property in CompilationResult
Gets the compiled Yarn program that the Compiler produced.
public Program Program { get; internal set; }
This value will be null if there were errors in the compilation. If this is the case, Diagnostics will contain information describing the errors.
null
It will also be null if the CompilationJob object's CompilationType value was not FullCompilation.
Last updated 2 years ago
Was this helpful?