Program
Property in CompilationResult
Summary
Gets the compiled Yarn program that the Compiler produced.
Remarks
This value will be null
if there were errors in the compilation. If this is the case, Diagnostics will contain information describing the errors.
It will also be null
if the CompilationJob object's CompilationType value was not FullCompilation.
Last updated