# Reader&lt;TInput&gt;.ReadBytes(uint)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.reader-1/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.reader-1/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Buffers/Reader.cs#L876-L897)

```csharp
public byte[] ReadBytes(uint count)
```

Reads an array of bytes from the input.

### Parameters

- `count` (`uint`): The length of the array to read.

### Returns

The array wihch was read.
