# ReturnType

Property in [FunctionType](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.functiontype)

## Summary

Gets the type of value that this function returns.

```csharp
public IType ReturnType { get; internal set; }
```
