For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?