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

ParseResults

Property in CompilationResult

Summary

Contains the results of parsing each input of the compilation.

public IEnumerable<FileParseResult> ParseResults { get; internal set; }

Last updated

Was this helpful?