SourceFileLine

Property in Declaration

Summary

Gets the line number at which this Declaration was found in the source file.

public int SourceFileLine { get };

Remarks

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

Last updated