# Parent

Property in [IType](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.itype)

## Summary

Gets the parent of this type.

```csharp
IType Parent { get; }
```

## Remarks

All types have [Any](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.builtintypes/yarn.builtintypes.any) as their ultimate parent type (except for [Any](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.builtintypes/yarn.builtintypes.any) itself.)
