Range
Property in Declaration
Summary
Gets the range of text at which this declaration occurs.
public Range Range { get; internal set; }
Remarks
This range refers to the declaration of the symbol itself, and not
any syntax surrounding it. For example, the declaration<<declare $x = 1>>
would have a Range referring
to the $x
symbol.
Last updated
Was this helpful?