---
title: methodReturnLength
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsmethodsignature/methodreturnlength
---

# methodReturnLength

The number of bytes required for the return value.

## Declaration

```occ
@property (readonly) NSUInteger methodReturnLength;
```

## See Also

### Getting Information on Return Types

- [methodReturnType](foundation/nsmethodsignature/methodreturntype.md)
