# IsValid

Property in [Range](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.range)

## Summary

Gets a value indicating whether this range is valid.

```csharp
public bool IsValid { get; }
```

## Remarks

A range is valid when its start and end positions are both valid, and the start position is not after the end position.
