> 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/3.1/api/csharp/yarn.compiler/yarn.compiler.range/yarn.compiler.range.invalidrange.md).

# InvalidRange

Field in [Range](/3.1/api/csharp/yarn.compiler/yarn.compiler.range.md)

## Summary

Represents the default value for a Range.

```csharp
public static readonly Range InvalidRange = new(-1, -1, -1, -1);
```
