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

SourceFileName

Property in Declaration

Summary

Gets the name of the file in which this Declaration was found.

public string SourceFileName { get; internal set; }

Remarks

If this Declaration was not found in a Yarn source file, this will be ExternalDeclaration .

Last updated

Was this helpful?