# MemoryEnumerator Properties

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

## Current {#current-6e243ddb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.arcbuffer.memoryenumerator/properties/current-6e243ddb/)

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

```csharp
public readonly ReadOnlyMemory<byte> Current
```

Gets the element in the collection at the current position of the enumerator.
