Program
Gets the Yarn Program stored in this project.
public Program Program
{
get; }
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.
Last modified 21d ago