# Tree

Property in [FileParseResult](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.compiler/yarn.compiler.fileparseresult)

## Summary

The parse tree extracted from the file.

```csharp
public IParseTree Tree { get; }
```
