# MemoryEnumerator.GetEnumerator

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

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

```csharp
public readonly MemoryEnumerator GetEnumerator()
```

Gets this instance as an enumerator.

### Returns

This instance.
