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

SourceNodeLine

Property in Declaration

Summary

Gets the line number at which this Declaration was found in the node indicated by SourceNodeName .

public int SourceNodeLine { get; internal set; }

Remarks

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

Last updated

Was this helpful?