> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.3/api/csharp/yarn.compiler/yarn.compiler.declaration/yarn.compiler.declaration.range.md).

# Range

Property in [Declaration](/2.3/api/csharp/yarn.compiler/yarn.compiler.declaration.md)

## Summary

Gets the range of text at which this declaration occurs.

```csharp
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.
