# ArcBufferWriter.AdvanceWriter(int)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Buffers/ArcBufferWriter.cs#L123-L147)

```csharp
public void AdvanceWriter(int count)
```

Advances the writer by the specified number of bytes.

### Parameters

- `count` (`int`): The numbers of bytes to advance the writer by.
