2.3 (Current)
Search
K
Links

Program

Property in YarnProject

Summary

Gets the Yarn Program stored in this project.
public Program Program
{
get; }

Remarks

The first time this is called, the program stored in compiledYarnProgram is deserialized and cached. Future calls to this method will return the cached value.