Property in YarnProject
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 updated 2 months ago
Was this helpful?